08.07.2011, 15:56
facepalm..
pawn Код:
CMD:search(playerid, params[])
{
SendClientMessage(playerid, 0xFFFFFFFF, "%s starts to look through the box.", GetPlayerName(playerid);
switch((random(6))
{
case 0:
case 1:
case 2:
case 3:
case 4:
case 6:
}
return 1;
}