read!
#4

Use a switch. Far more efficient and also takes less space.
pawn Код:
switch(playerid)
{
    case 0: SetPlayerPos(playerid, x, y, z);
    case 1: SetPlayerPos(playerid, x, y, z);
    case 2: SetPlayerPos(playerid, x, y, z);
    case 3: SetPlayerPos(playerid, x, y, z);
    // etc
}
Don't know why this would be useful, though ...
Reply


Messages In This Thread
read! - by thomas.. - 09.09.2010, 19:31
Re: read! - by miokie - 09.09.2010, 19:41
Re: read! - by thomas.. - 09.09.2010, 19:43
Re: read! - by Vince - 09.09.2010, 20:02
Re: read! - by thomas.. - 09.09.2010, 20:23

Forum Jump:


Users browsing this thread: 1 Guest(s)