19.03.2018, 18:16
return must be at end.
try:
PHP код:
return 1;
PHP код:
if(MilitarJob[playerid] == 1 && pInfo[playerid][pSkin] == 287)
{
DisablePlayerCheckpoint(playerid);
SetPlayerCheckpoint(playerid, 2741.6865,-1504.8694,30.9064, 5.0);
AddSlotToInventoryWorld(playerid,"Sticla de Apa Plina",1);
SendClientMessage(playerid, -1, "{FFCC33}Ai primit {FF0000}Sticla de Apa Plina {FFCC33}pentru primul transport al gunoiului!");
MilitarJob[playerid] = 2;
{
else
{
SendClientMessage(playerid,-1,"*"COL_RED" Cant!");
}
return 1;
}