weapons by problem
#1

I solved the problem here is the code
Код:
if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid,color_wanted,"You are not admin");
if(GetPlayerMoney(playerid) < 0)
return SendClientMessage(playerid, 0, "You dont have enough cash");
GivePlayerMoney(playerid, -0);
GivePlayerWeapon(playerid, 38, 999);
Reply
#2

Код:
 if(!IsPlayerAdmin(playerid)
You forget to added !
Reply
#3

I solved it already
Reply
#4

SOLVED Admin remove this user! Just because your problem is solved, it doesn't mean that the thread couldn't be useful to someone else. This is a community forum, not your personal helpdesk.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)