10.09.2009, 14:01
this is a game if you say something is useless you don't need to play it, games were made for fun.
a good example:
you see? this could create a disco wanted level.
great for RP game modes even if it can be done by scripting (how?: get player money and player to point.)
a good example:
pawn Code:
create timer.
if(a == 0)
{
SetPlayerWantedLevelColor(0, 0, 0, 255); //R B G A
a++;
}
if(a == 1)
{
SetPlayerWantedLevelColor(1, 1, 1, 255); //R B G A
a++;
}
//ect..
pawn Code:
//...
TogglePlayerFreeNSpray(true);
//...
SendClientMessage(playerid, color_lol, "you have car license! we support you!");