*** I can't name topics well!
#1

hello,everybody hello..哈哈
i need a scriptReward)

i want make if admin use command /reward (playerid)
then player can get reward=1,he can use reward exchange some weapon and full vest
like this:2 reward can get m4a1
Reply
#2

I am just a beginner, but I am just gonna give a try.
With ZCMD.
Quote:

CMD:reward(playerid,params[])
{
if IsPlayerAdmin((playerid)==0);
{
SendClientMessage(playerid, -1, "Unknown command.");
}
else
GivePlayerWeapon(playerid, 38, 999)
return 1;
}

and so on...
Is this correct? I have a doubt about the parameters.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)