I Can't Make a Teleport
#1

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

Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
	if (strcmp("/spawn", cmdtext, true) == 0)
{
  SetPlayerPos(playerid, 2186.6880,1113.7452,12.6484);
	return 1;
}
	return 0;
}
P.S Sory for my bad english
Reply


Messages In This Thread
I Can't Make a Teleport - by anonimu45 - 25.10.2009, 16:59
Re: I Can't Make a Teleport - by (.Aztec); - 25.10.2009, 17:01
Re: I Can't Make a Teleport - by Mike Garber - 25.10.2009, 17:03
Re: I Can't Make a Teleport - by (.Aztec); - 25.10.2009, 17:04
Re: I Can't Make a Teleport - by zinoman10 - 25.10.2009, 17:16
Re: I Can't Make a Teleport - by (.Aztec); - 25.10.2009, 17:17
Re: I Can't Make a Teleport - by anonimu45 - 25.10.2009, 17:32
Re: I Can't Make a Teleport - by AG Adam - 25.10.2009, 17:42
Re: I Can't Make a Teleport - by anonimu45 - 25.10.2009, 18:21
Re: I Can't Make a Teleport - by AG Adam - 25.10.2009, 18:23

Forum Jump:


Users browsing this thread: 1 Guest(s)