[Ajuda] Onde esta o erro?
#2

Seria mais fбcil perguntar o que esta certo.

PHP код:
public OnPlayerCommandText(playeridcmdtext[])
{
    if(
strcmp(cmdtext"/plane"true) == 0)
    {
        if(
PlayerToPoint(5.0playerid218.2851,-98.5317,1005.2578))
        {
            
ShowModelSelectionMenu(playeridplanelist"->Planes<-");
        }
        return 
1;
    }
    if(
strcmp(cmdtext"/changeskin"true) == 0)
    {
        if(
PlayerToPoint(5.0playerid218.2851,-98.5317,1005.2578))
        {
            
ShowModelSelectionMenu(playeridskinlist"Select Skin");
        }
        return 
1;
    }
    return 
0;

Reply


Messages In This Thread
Onde esta o erro? - by naotenhonome - 20.11.2016, 16:06
Re: Onde esta o erro? - by ipsLuan - 20.11.2016, 16:14
Re: Onde esta o erro? - by GuilhermeW - 20.11.2016, 16:16
Re: Onde esta o erro? - by LockedLucas - 20.11.2016, 16:17
Re: Onde esta o erro? - by naotenhonome - 20.11.2016, 16:19
Re: Onde esta o erro? - by LucasW - 20.11.2016, 16:19
Re: Onde esta o erro? - by LockedLucas - 20.11.2016, 16:45
Re: Onde esta o erro? - by naotenhonome - 20.11.2016, 16:58

Forum Jump:


Users browsing this thread: 1 Guest(s)