Recent Posts
None | 53 sec ago
None | 1 min ago
None | 1 min ago
None | 1 min ago
SQL | 1 min ago
None | 2 min ago
None | 2 min ago
mIRC | 2 min ago
None | 2 min ago
None | 2 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
By Anonymous on the 4th of Jul 2009 06:33:51 PM
Download |
Raw |
Embed |
Report
if(strcmp(cmd,"/venderarmas",true) == 0)
{
new plid;
tmp = strtok(cmdtext,idx);
plid = strval(tmp);
if(!strlen(tmp))
{
SendClientMessage(playerid, COLOR_RED,"/venderarmas [ID]");
return 1;
}
if(Gang[playerid] == ASSASSINOS || IsPlayerAdmin(playerid))
{
if(packarmas[plid] == 0)
{
GivePlayerWeapon(plid,25,9999);
GivePlayerWeapon(plid,32,9999);
GivePlayerWeapon(plid,30,9999);
GivePlayerWeapon(plid,24,9999);
GivePlayerWeapon(plid,4,9999);
GivePlayerWeapon(plid,34,9999);
SendClientMessage(playerid,COLOR_ASSASSINOS,"Pack de armas Vendido :)");
SendClientMessage(plid,COLOR_YELLOW,"Você Recebeu Armas.");
packarmas[plid] = 1;
}
else
{
return SendClientMessage(playerid,COLOR_ASSASSINOS,"O Indivíduo já tem Pack de armas ¬¬");
}
}
else
{
return SendClientMessage(playerid,COLOR_ASSASSINOS,"Você nao é um Assassino ou Admin.");
}
return 1;
}
Submit a correction or amendment below.
[ previous version ] | [ difference ] | Make A New Post