C:\Wing RPG\gamemodes\Wing.pwn(3208) : error 028: invalid subscript (not an array or too many subscripts): "inputtext"
C:\Wing RPG\gamemodes\Wing.pwn(3208) : warning 215: expression has no effect
C:\Wing RPG\gamemodes\Wing.pwn(3208) : error 001: expected token: ";", but found "]"
C:\Wing RPG\gamemodes\Wing.pwn(3208) : error 029: invalid expression, assumed zero
C:\Wing RPG\gamemodes\Wing.pwn(3208) : fatal error 107: too many error messages on one line
if(isnull(inputtext)) return Dialog_Show(playerid, DIALOG_REPORT_CHEATER, DIALOG_STYLE_INPUT, "Report type: Cheater", "Scrie mai jos numele sau id-ul jucatorului care foloseste cheats:", "Select", "Close");
+
C:\Wing RPG\gamemodes\Wing.pwn(3211) : error 035: argument type mismatch (argument 1)
if(sscanf(inputtext, "u", userid)) return Dialog_Show(playerid, DIALOG_REPORT_CHEATER, DIALOG_STYLE_INPUT, "Report type: Cheater", "Scrie mai jos numele sau id-ul jucatorului care foloseste cheats:", "Select", "Close");
Question
Shad0wdpbgd
Salut, am aceste probleme.
C:\Wing RPG\gamemodes\Wing.pwn(3208) : error 028: invalid subscript (not an array or too many subscripts): "inputtext"
C:\Wing RPG\gamemodes\Wing.pwn(3208) : warning 215: expression has no effect
C:\Wing RPG\gamemodes\Wing.pwn(3208) : error 001: expected token: ";", but found "]"
C:\Wing RPG\gamemodes\Wing.pwn(3208) : error 029: invalid expression, assumed zero
C:\Wing RPG\gamemodes\Wing.pwn(3208) : fatal error 107: too many error messages on one line
if(isnull(inputtext)) return Dialog_Show(playerid, DIALOG_REPORT_CHEATER, DIALOG_STYLE_INPUT, "Report type: Cheater", "Scrie mai jos numele sau id-ul jucatorului care foloseste cheats:", "Select", "Close");
+
C:\Wing RPG\gamemodes\Wing.pwn(3211) : error 035: argument type mismatch (argument 1)
if(sscanf(inputtext, "u", userid)) return Dialog_Show(playerid, DIALOG_REPORT_CHEATER, DIALOG_STYLE_INPUT, "Report type: Cheater", "Scrie mai jos numele sau id-ul jucatorului care foloseste cheats:", "Select", "Close");
6 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now