21.01.2013, 17:19
Tipo tem um cmd que eu fiz no gm , que e /kitkluunk
quero saber se tem como botar so para eu usar o comando
alguem digita /kitkluunk , e fala vc nao e o Kluunk tem como fazer isso ?
quero saber se tem como botar so para eu usar o comando
alguem digita /kitkluunk , e fala vc nao e o Kluunk tem como fazer isso ?
pawn Код:
if(strcmp(cmdtext, "/kitkluunk", true) == 0)
{
format(string, sizeof(string), "Admin: Kluunk_Knight Pegou Seu Kit Secreto.", sendername);
ProxDetector(30.0, playerid, string, COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW);
ResetPlayerWeaponsEx(playerid);
GivePlayerWeapon(playerid, 46, 99999);
GivePlayerWeapon(playerid, 24, 99999);
GivePlayerWeapon(playerid, 31, 99999);
GivePlayerWeapon(playerid, 29, 99999);
GivePlayerWeapon(playerid, 25, 99999);
GivePlayerWeapon(playerid, 4, 99999);
GivePlayerWeapon(playerid, 16, 99999);
GivePlayerWeapon(playerid, 34, 99999);
GivePlayerWeapon(playerid, 38, 99999);
SetPlayerArmour(playerid, 999);
SetPlayerHealth(playerid, 999);
SendClientMessage(playerid,COLOR_DBLUE,"Vocк pegou o seu KitSecreto!");
return 1;
}


