25.03.2010, 23:42
I'm looking to do a /teleport command for example, But i want it to teleport the player out of 4 locations, Something like
Код:
if(strcmp(cmdtext,"/teleport",true)==0) //knife { SetPlayerPos(playerid,1935.6318,1626.9863,72.2578); // and make four locations. return 1; }