20.11.2009, 15:19
Didnt get it completly working. So could anyone modify this EXAMPLE code and then I'll see how its build?
pawn Код:
if (strcmp(cmdtext, "/testcmd", true) == 0)
{
GivePlayerWeapon(playerid,46,1); // Parachute with 1 ammo. I want the person to pay $2500 for it and it detect if the person got enough money or it will prevent him from buying..
return 1;
}