28.01.2015, 22:25
Code:
if(!strcmp(cmdtext,"/mascara",true)) { if(PlayerInfo[playerid][pMembro] == 8 || PlayerInfo[playerid][pLider] == 8 || PlayerInfo[playerid][pMembro] == 24 || PlayerInfo[playerid][pLider] == 24) { SendClientMessage(playerid, COLOR_GREY, " Vocк nгo й um policial!"); return 1; } if(PlayerToPoint(2, playerid,1097.1110,-298.1786,73.9921)) { SendClientMessage(playerid,COLOR_GREY," Vocк nгo esta no Local de disfarce dos Hitmans ou dos The killers!"); } for(new i = 0; i < MAX_PLAYERS; i++) ShowPlayerNameTagForPlayer(playerid, i, false); SetPlayerAttachedObject(playerid,7,19036,2,0.103000,0.030000,-0.004999); return 1; // esssa aq if(!strcmp(cmdtext,"/rmascara",true)) { RemovePlayerAttachedObject(playerid,7); return 1; } }