07.04.2010, 23:35
Код:
//---------------------donator ammo------------------ 344if(!strcmp(cmdtext, "/ammunation", true, 11)) 345 { 346 if(Pinfo[playerid][Vip_Level] >= 1) 347 { 348 SetPlayerPos(playerid, 286.148986,-40.644397,1001.515625); 349 return 1; 350 } 351 else { SendClientMessage(playerid,0xAA3333AA,"Only Vip Allowed"); } 352 return 1; 353 } /code]