i gote a Problem
#3

I dont get it but i solved my problem now i got only this in my script


PHP код:
if (strcmp("/ls"cmdtexttrue10) == 0)
    {
        
SetPlayerPos(playerid,1436.8839,1473.9670,10);
        
SendClientMessage(playeridCOLOR_RED "You have been teleported to Los santos airport");
        return 
1;
    } 
but it needed to be
PHP код:
if (strcmp("/ls"cmdtexttrue10) == 0)
    {
        
SetPlayerPos(playerid,1436.8839,1473.9670,10.8203);
        
SendClientMessage(playeridCOLOR_RED "You have been teleported to Los santos airport");
        return 
1;
    } 
if i em read
Reply


Messages In This Thread
i gote a Problem - by funnypike - 16.11.2010, 21:31
Re: i gote a Problem - by Grim_ - 16.11.2010, 21:33
Re: i gote a Problem - by funnypike - 17.11.2010, 11:51
Re: i gote a Problem - by SlashPT - 17.11.2010, 14:26

Forum Jump:


Users browsing this thread: 2 Guest(s)