Errors :/
#3

Код:
if (strcmp("/pizza", cmdtext, true, 10) == 0)
{
     if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 44
     {
          PizzaJob[playerid] = 1;
          new nname[MAX_PLAYER_NAME], sstring[48];
          GetPlayerName(playerid, nname, sizeof(nname));
          format(sstring, sizeof(sstring), "* %s is now a Pizzaboy.", nname );
          SendClientMessageToAll(COLOR_YELLOW, sstring);
          SetPlayerCheckpoint(playerid,2012.6134,-1729.3796,13.1536,10);
          SendClientMessage(playerid,COLOR_YELLOW,"* Follow the red markers and you'll recieve money!");
          return 1;
      }
      SendClientMessage(playerid, COLOR_RED,"You have to be on a pizza bike to start the job!");
}
Reply


Messages In This Thread
Errors :/ - by mahmoudalzamalkawy - 08.03.2014, 07:42
Re: Errors :/ - by rangerxxll - 08.03.2014, 07:58
Re: Errors :/ - by GalaxyHostFree - 08.03.2014, 08:00
Re: Errors :/ - by Astralis - 08.03.2014, 08:01
Re: Errors :/ - by mahmoudalzamalkawy - 08.03.2014, 08:48
Re: Errors :/ - by RyanPetersons - 08.03.2014, 09:01

Forum Jump:


Users browsing this thread: 1 Guest(s)