23.08.2011, 21:51
Thanx a lot xKirill !!you're amazing!
and i have a question ,
for exemple i want to add /healme for VIP with zcmd OFC,
it will be like this :
so the player get Minigun... my question is how make Dini check if the player is VIP lvl 3 for an exemple ?
and i have a question ,
for exemple i want to add /healme for VIP with zcmd OFC,
it will be like this :
pawn Code:
CMD:minigun(playerid, params[])
{
GivePlayerWeapon(playerid, 38, 200); ///it is a simple exemple//
}
return 1;
}