14.06.2011, 05:38
Tipo tentei fazer mas so equipa eu mesmo queria que equipa-se uma pessoa com esse comando
Desse Eagle , MP5 , M4
Se poderem ajudar eu agradeзo
Desse Eagle , MP5 , M4
Код:
if(strcmp(cmd, "/equiparteste", true) == 0) { tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { SendClientMessage(playerid, COLOR_GRAD2, "USO: /equiparteste [playerid/Parte-do-Nick]"); return 1; } new playa; playa = ReturnUser(tmp); tmp = strtok(cmdtext, idx); if (PlayerInfo[playerid][pAdmin] >= 3) { if(IsPlayerConnected(playa)) { if(playa != INVALID_PLAYER_ID) { GivePlayerWeapon(playerid, 24, 200); GivePlayerWeapon(playerid, 46, 1); GivePlayerWeapon(playerid, 3, 0); GivePlayerWeapon(playerid, 31, 300); GivePlayerWeapon(playerid, 29, 300); SetPlayerArmour(playerid, 60); } } } else { SendClientMessage(playerid, COLOR_GRAD1, " Autorizaзгo insuficiente !"); }