Can someone help?
#2

Coordinates mean checkpoint? if yes, check this Here
For Freezing Here
and for timer Here
and for repairing vehicle Here

pawn Code:
Pay(playerid, Cash)
{
      //Change this to what your server uses.
    pInfo[playerid][pCash] = PlayerInfo[playerid][pCash] + Cash;
}
to call it

pawn Code:
//this will deduct cash to player
Pay(playerid, -amount);
//this will give cash to player
Pay(playerid, +amount);
Reply


Messages In This Thread
Can someone help? - by JakeWayne - 14.05.2020, 01:08
Re: Can someone help? - by Shadow0707 - 14.05.2020, 04:11
Re: Can someone help? - by Adamoneoone - 14.05.2020, 09:35

Forum Jump:


Users browsing this thread: 2 Guest(s)