30.12.2009, 15:14
Try moving the brackets down to the Pizzamission text.
and make it
What happends then?
and make it
pawn Код:
if(pizzamission[playerid] == 1)
{
DisablePlayerCheckpoint(playerid);
pizzas[playerid] = 5;
Pizzas(playerid);
return 1;
}