Jump to content

Question

2 answers to this question

Recommended Posts

Posted

Nu stiu sigur daca e bun sau nu.

Intra in gm cauta linia:

[pawn]

if(newstate == PLAYER_STATE_WASTED)

[/pawn]

Mai jos ai ceva de genu:

[pawn]

PlayerInfo[playerid][pJailTime] = (WantedLevel[playerid])*(600);

[/pawn]

Si inlocuiesti cu

[pawn]

if(WantedLevel[playerid] == 1)

{

PlayerInfo[playerid][pJailTime] = 60;

}

else if(WantedLevel[playerid] == 2)

{

PlayerInfo[playerid][pJailTime] = 120;

}

else if(WantedLevel[playerid] == 3)

{

PlayerInfo[playerid][pJailTime] = 180;

}

else if(WantedLevel[playerid] == 4)

{

PlayerInfo[playerid][pJailTime] = 240;

}

else if(WantedLevel[playerid] == 5)

{

PlayerInfo[playerid][pJailTime] = 300;

}

else if(WantedLevel[playerid] == 6)

{

PlayerInfo[playerid][pJailTime] = 360;

}

[/pawn]

Si daca ai comanda /surrender lafel faci numa ca acolo timpu cred ca e mai mic.

Stiu si eu ... branza e pe bani, dar eu tot ma joc pe gratis!

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.