Define Time +REP!
#1

Hello im searching from 2 days how to make: Jail ID Seconds....Please help!


Jail ID, Seconds, set the player pos X,Y,Z after the seconds are expired SpawnPlayer(playerid);
Reply
#2

pawn Код:
forward JailTime(playerid)

public JailTime(playerid)
{
    SetPlayerPos(playerid, "Coordinates");
    GivePlayerMoney(playerid, -5000);
    return 1;
}

-----------------------------------------------

//YourCode
SetTimerEx("JailTime", 60000, false, "d", playerid);
SpawnPlayer(playerid);
What you looking for?
Reply
#3

How could I set this as cmd?

CMD:jail

Jail ID Seconds
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)