07.02.2010, 12:55
I'm having trouble with this code, It doesn't seem to load.
pawn Код:
{
if(AccountInfo[playerid][item1] == 1)
SendClientMessage(playerid, ORANGE, "You have successfully paid for your item, You will not have to pay again.");
SendClientMessage(playerid, ORANGE, "Thanks for using ammunation online!.");
AccountInfo[playerid][spawngun1] +=30;
SavePlayer(playerid);
}