#1

how to make these lines work as command?Materials smugglers can take mats to eating places what has checkpoints..
Help plz=)I tryd my self but nothing

if(MatsHolding[playerid] == 25)
{
if(PlayerInfo[playerid][pJob] == 22)
{
DisablePlayerCheckpoint(playerid);
PlayerPlaySound(playerid, 1056, 0.0, 0.0, 0.0);
SafeGivePlayerMoney(playerid, 800);
SendClientMessage(playerid, COLOR_WHITE, "You have sold 25 mats to mats pank.");
MatsHolding[playerid] = 0;
matssys[MatsAmmount] += 25;
GameTextForPlayer(playerid, "~w~Text..!", 5000, 1);
SaveMatsSystem();
}
return 1;
}


sry for my english
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)