23.09.2010, 12:08
Hello as I'm new to PAWNO Scripting i tryed to make this command where you cloud buy a 9mm and theres no errors but when i try to use it it don't work and gives me no gun ?
Код:
if(!strcmp(cmdtext, "/Buygun", true, 5))
{
IsPlayerInArea(playerid,50,2444.3787,-1976.6405,13.5539);
{
if(GetPlayerMoney(playerid) <= 100)
{
GivePlayerWeapon(playerid,22,100);
}
}
return 1;
}


