- 0
ma ajutati
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
Ice.Kold.Killa
Am comanda /vMinigun si va rog sa imi spuneti cum sa fac sa am arma doar la un anumit timp nu sa o poti folosi in continu???
Comanda:
[pawn] if(strcmp(cmdtext, "/vminigun", true)==0)
{
if(PlayerInfo[playerid][Vip] >= 10)
{
GivePlayerWeapon(playerid, 38, 300);
SetPlayerHealth(playerid,100);
SetPlayerArmour(playerid,100);
} else return SendClientMessage(playerid,red,"{F81414}ERROR: {FFFFFF}Nu esti Vip level 10.");
return 1;
}[/pawn]
3 answers to this question
Recommended Posts