25.10.2009, 16:59
Okay... Tell me stupid or fool
But please tell me what i am wrong
The .pwn is compiling but when i type /spawn do not teleport me
P.S Sory for my bad english
But please tell me what i am wrong
The .pwn is compiling but when i type /spawn do not teleport me
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { if (strcmp("/spawn", cmdtext, true) == 0) { SetPlayerPos(playerid, 2186.6880,1113.7452,12.6484); return 1; } return 0; }