I don't get it :(
#4

i think you need to do return 1; after setplayerpos.



This is from samp wiki..

public OnPlayerCommandText(playerid,cmdtext[])
{
if(!strcmp(cmdtext,"/middle",true))
{
SetPlayerPos(playerid,0.0,0.0,6.0);
return 1;
}
return 0;
}
Reply


Messages In This Thread
I don't get it :( - by ViruZZzZ_ChiLLL - 11.05.2010, 07:52
Re: I don't get it :( - by Faith - 11.05.2010, 07:54
Re: I don't get it :( - by ViruZZzZ_ChiLLL - 11.05.2010, 07:58
Re: I don't get it :( - by Faith - 11.05.2010, 08:05
Re: I don't get it :( - by ViruZZzZ_ChiLLL - 11.05.2010, 08:07
Re: I don't get it :( - by Torran - 11.05.2010, 08:10
Re: I don't get it :( - by Cedimedi - 11.05.2010, 08:13
Re: I don't get it :( - by ViruZZzZ_ChiLLL - 11.05.2010, 08:13
Re: I don't get it :( - by Cedimedi - 11.05.2010, 08:16
Re: I don't get it :( - by Faith - 11.05.2010, 08:18

Forum Jump:


Users browsing this thread: 1 Guest(s)