Help with random spawn
#4

Quote:
Originally Posted by Gotti_
Посмотреть сообщение
ok tnx.. just one more question,

how to add there SetPlayerColor

i want 2 random colors because its tdm
You just need brackets

pawn Код:
switch(random(2))
{
    case 0:
    {
        SetPlayerColor(playerid, 0xFFFFFFFF);
        SetPlayerPos(playerid, -688.5651,2094.6106,925.0209);
    }
    case 1:
    {
        SetPlayerColor(playerid, 0xFFFFFFFF);
        SetPlayerPos(playerid, -688.5651,2094.6106,925.0209);
    }
}
Reply


Messages In This Thread
Help with random spawn - by Gotti_ - 16.02.2011, 13:13
AW: Help with random spawn - by Nero_3D - 16.02.2011, 13:15
Re: Help with random spawn - by Gotti_ - 16.02.2011, 13:26
AW: Re: Help with random spawn - by Nero_3D - 16.02.2011, 14:12
Re: Help with random spawn - by Gotti_ - 16.02.2011, 15:20
Re: Help with random spawn - by Jochemd - 16.02.2011, 15:32

Forum Jump:


Users browsing this thread: 1 Guest(s)