10.09.2012, 13:23
Ok
How To make /goto and /get command?
how to fix this ?
Fvckthis shit
How To make /goto and /get command?
how to fix this ?
pawn Код:
C:\Users\carlo\Desktop\SA-MP Server\RolePlay\FilterScripts\RANKS.pwn(141) : error 075: input line too long (after substitutions)
C:\Users\carlo\Desktop\SA-MP Server\RolePlay\FilterScripts\RANKS.pwn(142) : error 037: invalid string (possibly non-terminated string)
C:\Users\carlo\Desktop\SA-MP Server\RolePlay\FilterScripts\RANKS.pwn(142) : error 017: undefined symbol "Trainee"
C:\Users\carlo\Desktop\SA-MP Server\RolePlay\FilterScripts\RANKS.pwn(142) : error 029: invalid expression, assumed zero
C:\Users\carlo\Desktop\SA-MP Server\RolePlay\FilterScripts\RANKS.pwn(142) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
5 Errors.
pawn Код:
CMD:ranks(playerid, params[])
{
ShowPlayerDialog(playerid, 12516, DIALOG_STYLE_MSGBOX," RANKS ","Trainee \t 0 - 100 \n Private \t 101 - 200 \n PFC \t 201 - 300 \n Corporal \t 301 - 400 \n Sergeant \t 301 - 400 \n Staff Sergeant \t 401 - 500 \n SFC \t 501 - 600 \n Master Sergeant \t 601 - 700 \n Second Lieutenant \t 701 - 800 \n First Lietenant \t 801 - 900 \n Captain \t 901 - 1000 \n Major \t 1001 - 1200 Lieutenant Colonel \t 1201 - 1400 \n Colonel \t 1401 - 1600 \n Brigadier General \t 1601 - 2000 \n Major General \t 2001 - 2400 \n Lieutenant General \t 2401 - 2800 \n General \t 2801 - 3500 \n Marshal \t 3501+ \n","Okay");
return 1;
}
Код:
This forum requires that you wait 120 seconds between posts. Please try again in 4 seconds.