Jump to content

Question

Posted

Nu da freeze

[pawn]/*CountDown*/

public Tre()

{

new playerid;

if(FreezeCount[playerid]==1)

    {

TogglePlayerControllable(playerid, false);

return 1;

    }

GameTextForAll("~y~3",1000,3);

return 1;

}

public Due()

{

GameTextForAll("~p~2",1000,3);

return 1;

}

public Uno()

{

GameTextForAll("~r~1",1000,3);

return 1;

}

public Via()

{

new playerid;

if(FreezeCount[playerid]==1)

    {

TogglePlayerControllable(playerid, true);

FreezeCount[playerid]=0;

return 1;

    }

GameTextForAll("~g~!!!Go!!!",3000,3);

return 1;

}[/pawn]

senzaolo1xv.png

www.dsrclan.forumfree.it

4 answers to this question

Recommended Posts

Posted

public Tre()

{

new playerid;

if(FreezeCount[playerid]==1)

    {

TogglePlayerControllable(playerid, false);

return 1;

    }

GameTextForAll("~y~3",1000,3);

return 1;

}

public Due()

{

GameTextForAll("~p~2",1000,3);

return 1;

}

public Uno()

{

GameTextForAll("~r~1",1000,3);

return 1;

}

public Via()

{

new playerid; nu new playerid ci bagi playerid in paranteze!

if(FreezeCount[playerid]==1)

    {

TogglePlayerControllable(playerid, true);

FreezeCount[playerid]=0;

return 1;

    }

GameTextForAll("~g~!!!Go!!!",3000,3);

return 1;

}

uite asa:

[pawn]

public Tre(playerid)

{

if(FreezeCount[playerid]==1)

    {

TogglePlayerControllable(playerid, false);

return 1;

    }

GameTextForAll("~y~3",1000,3);

return 1;

}

public Due()

{

GameTextForAll("~p~2",1000,3);

return 1;

}

public Uno()

{

GameTextForAll("~r~1",1000,3);

return 1;

}

public Via(playerid)

{

if(FreezeCount[playerid]==1)

    {

TogglePlayerControllable(playerid, true);

FreezeCount[playerid]=0;

return 1;

    }

GameTextForAll("~g~!!!Go!!!",3000,3);

return 1;

}

[/pawn]

u78ch.jpg

CHECK MY CHANNEL!

http://www.youtube.com/user/amysoica

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.