help me correct this cmd fix
#4

you had some brackets error and also incorrectly code (if(!IsPlayerInRangeOfPoint...)
PHP код:
CMD:ak47(playeridparams[])
{
    if(!
IsPlayerInRangeOfPoint(playerid3.0308.2658, -140.7199999.6016)) return SendClientMessage(playerid,COLOR_GREY," You are not at the Goverment Ammunation!");
    if(
GetPlayerMoney(playerid) > 1000)
    {
        
GivePlayerMoney(playerid, -1000);
        
GameTextForPlayer(playerid"~r~ -1000$"50001);
        
GivePlayerWeapon(playerid2299999);
    }    
    else 
SendClientMessage(playeridCOLOR_WHITE"You don't have that much!");
    return 
1;

Reply


Messages In This Thread
help me correct this cmd fix - by nbx2000 - 27.05.2018, 22:56
Re: help me correct this cmd fix - by Exhibit - 27.05.2018, 23:20
Re: help me correct this cmd fix - by nbx2000 - 27.05.2018, 23:36
Re: help me correct this cmd fix - by Mugala - 27.05.2018, 23:55
Re: help me correct this cmd fix - by nbx2000 - 28.05.2018, 01:35

Forum Jump:


Users browsing this thread: 4 Guest(s)