SA-MP Forums Archive
No errors or warnings but the command does not work inside the game - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: No errors or warnings but the command does not work inside the game (/showthread.php?tid=326294)



No errors or warnings but the command does not work inside the game - Vrondakis - 17.03.2012

All fixed.


Re: No errors or warnings but the command does not work inside the game - Jefff - 17.03.2012

Here is error PlayerInfo[playerid][pPass], how You insert pass to this PlayerInfo[playerid][pPass] and pPass is pPass[128] or something?


Re: No errors or warnings but the command does not work inside the game - Lee_Percox - 17.03.2012

return 0;

That should be return 1; otherwise return 0 gives UNKNOWN COMMAND.


Re: No errors or warnings but the command does not work inside the game - Vrondakis - 17.03.2012

Thanks! Now, when the player enter's the correct password, it says its the wrong password...