help please
#1

PHP код:
    new cmd[256];
    if(
strcmp(cmd"/getcar"true) == 0)
           {
               if(
IsPlayerConnected(playerid))
                   {
                      if(!
IsPlayerAdmin(playerid)) return SendClientMessage(playeridCOLOR_RED"ERROR: you are not admin");
                      new 
idx;
                      new 
id[1000];
                    
id strtok(cmdtext,idx);
                     if(
strlen(id)) return SendClientMessage(playerid,COLOR_RED,"USAGE: /getcar [carid]");
                      new 
Float:xFloat:yFloat:zFloat:Angel;
                       
GetPlayerPos(playeridxyz);
                    
GetPlayerFacingAngle(playeridAngel);
                    
CreateVehicle(strval(id), xyzAngel000);
                    return 
1;
                }
            }
                    
    return 
0;


no error + no work.... please help
Reply


Messages In This Thread
help please - by Armada - 09.06.2011, 14:54
Re : help please - by Naruto_Emilio - 09.06.2011, 15:04
Re: help please - by Armada - 09.06.2011, 15:16
Re: help please - by Armada - 09.06.2011, 16:19
Re : Re: help please - by Naruto_Emilio - 17.06.2011, 15:22

Forum Jump:


Users browsing this thread: 2 Guest(s)