18.02.2014, 08:15
if you have it. please shared it
forward RentBikeTimer(playerid);
public RentBikeTimer(playerid)
{
GivePlayerMoney(playerid, -50)
rentbiketimer = SetTimer("RentBikeTimer",60000,0);///modified
SendClientMessage(playerid, COLOR_WHITE, "{37F906}INFO:{FFFFFF}Plativte 50 dolari za rent za tocak/motor");
Pederche[playerid] = 1;
}
|
http://pastebin.com/KzdMTRW4- try this one or this
Pawn Код:
forward RentBikeTimer(playerid);
public RentBikeTimer(playerid)
{
GivePlayerMoney(playerid, -50)
rentbiketimer = SetTimer("RentBikeTimer",60000,0);///modified
SendClientMessage(playerid, COLOR_WHITE, "{37F906}INFO:{FFFFFF}Plativte 50 dolari za rent za tocak/motor");
Pederche[playerid] = 1;
}
Just press +rep if i helped you |
?