29.08.2010, 19:05
u mean this
?? no tested
pawn Код:
case 5: //Com-a-Lot
{
if(IsPlayerAdmin(playerid))
{
SetPlayerPos(playerid, 2169.1838, 1122.5426, 12.6107);
SetPlayerInterior(playerid, 0);
SendClientMessage(playerid, 0xFFFFFFFF, "Welcome to the Come-a-Lot casino!");
}else{
SendClientMessage(playerid, 0xFFFFFFFF, "you are not admin");
}
}