View Single Post
  #10  
Old 02-27-2010, 08:19 PM
Gambet Gambet is offline
Registered User
Join Date: Oct 2003
Posts: 2,712
Gambet is on a distinguished road
Quote:
Originally Posted by cbk1994 View Post
And no, there is no way to freeze the player directly from serverside.
And why can't you just do this?

PHP Code:
function onCreated() {
  
findPlayerByCommunityName("AccountNameHere").freezeplayer2();

Reply With Quote