10.04.2010, 19:06
my command (DONT WORK):
Код:
if(!strcmp(cmdtext,"/openall",true))
{
if(GetPlayerSkin(playerid) == 285)
if(GetPlayerSkin(playerid) == 267)
if(GetPlayerSkin(playerid) == 280)
if(GetPlayerSkin(playerid) == 281)
if(GetPlayerSkin(playerid) == 282)
if(GetPlayerSkin(playerid) == 283)
if(GetPlayerSkin(playerid) == 284)
if(GetPlayerSkin(playerid) == 286)
if(GetPlayerSkin(playerid) == 288)
MoveObject(MassenZelle, 3612.190918, -1683.627075, 4.788385, 9);
if(GetPlayerSkin(playerid) == 285)
if(GetPlayerSkin(playerid) == 267)
if(GetPlayerSkin(playerid) == 280)
if(GetPlayerSkin(playerid) == 281)
if(GetPlayerSkin(playerid) == 282)
if(GetPlayerSkin(playerid) == 283)
if(GetPlayerSkin(playerid) == 284)
if(GetPlayerSkin(playerid) == 286)
if(GetPlayerSkin(playerid) == 288)
MoveObject(AlleZellen, 3624.138672, -1672.828125, 8.700000, 9);
return 1;
}


how would you make thise (and,and,and) then ?