06.02.2011, 20:27
seguinte eu arrumei tudo mais dai , ele sу da apenas pra mim sу quem digita o comando .
nгo consigo dar para outro id . ver ae como fas pra dar pra tal id? xD
nгo consigo dar para outro id . ver ae como fas pra dar pra tal id? xD
Код:
if(strcmp(cmd, "/dm", true) == 0) { if(IsPlayerConnected(playerid)) { tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { SendClientMessage(playerid, COLOR_GRAD2, "USO: /dm [playerid/Parte-do-Nick]"); return 1; } new playa; new health; playa = ReturnUser(tmp); tmp = strtok(cmdtext, idx); health = strval(tmp); if (PlayerInfo[playerid][pAdmin] >= 3) { if(IsPlayerConnected(playa)) { if(playa != INVALID_PLAYER_ID) { GivePlayerWeapon(playerid, 24,999); GivePlayerWeapon(playerid, 25,999); GivePlayerWeapon(playerid, 29,999); GivePlayerWeapon(playerid, 31,999); GivePlayerWeapon(playerid, 4,999); GivePlayerWeapon(playerid, 34,999); SetPlayerHealth(playerid, 100); SetPlayerArmour(playerid, 100); } } } else { SendClientMessage(playerid, COLOR_GRAD1, "Sem Autorizaзгo"); } } return 1; }