Search results

  1. D

    CLEO Release SETAMMO WITH COMMAND (SAMPFUNCS NEEDED)

    [attachment=4288][attachment=4288]This script allow you to set your ammo. Type /setammo (amount) in samp chat. Need sampfuncs.
  2. D

    Edit to dialog input

    Edit this code to dialog input please. CMD:voucher(playerid, params[]) { new code; if(sscanf(params, "d", code))   {   SendClientMessage(playerid, COLOR_WHITE, "USAGEF: /voucher [code]");     return 1;   } format(fstring, sizeof(fstring), VOUCHER_FILE, code)...
  3. D

    Help me

    Change to Dialog Input plz CMD:voucher(playerid, params[]) { new code; if(sscanf(params, "d", code))   {   SendClientMessage(playerid, COLOR_WHITE, "USAGEF: /voucher [code]");     return 1;   } format(fstring, sizeof(fstring), VOUCHER_FILE, code); if(dini_Exists(fstring))   {...
Top