03.08.2012, 13:06
Hello,
Im trying to get my register system to work.
On this line, im getting many errors.
NFT.pwn(386) : error 033: array must be indexed (variable "inputtext")
NFT.pwn(386) : error 029: invalid expression, assumed zero
NFT.pwn(386) : warning 215: expression has no effect
NFT.pwn(386) : error 001: expected token: ";", but found ")"
NFT.pwn(386) : fatal error 107: too many error messages on one line
Ive tried alot of things to try and fix it, but cant find anything
Also
gives an error: NFT.pwn(372) : error 035: argument type mismatch (argument 3)
Im not sure what to do.
Any help would be appreciated.
- Tyler.
Im trying to get my register system to work.
On this line, im getting many errors.
pawn Код:
if(inputtext) == PlayerInfo[playerid][pPass])
NFT.pwn(386) : error 029: invalid expression, assumed zero
NFT.pwn(386) : warning 215: expression has no effect
NFT.pwn(386) : error 001: expected token: ";", but found ")"
NFT.pwn(386) : fatal error 107: too many error messages on one line
Ive tried alot of things to try and fix it, but cant find anything
Also
pawn Код:
INI_WriteInt(File,"Password",inputtext);
Im not sure what to do.
Any help would be appreciated.
- Tyler.