SA-MP Forums Archive
y_commands problem - 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: y_commands problem (/showthread.php?tid=448746)



y_commands problem - morocco - 05.07.2013

Hi guys

after i add
pawn Код:
#include <YSI\y_commands>
#include <YSI\y_master>
i get this erorr

pawn Код:
gamemodes\new.pwn(31) : error 025: function heading differs from prototype
gamemodes\new.pwn(387) : error 035: argument type mismatch (argument 2)
gamemodes\new.pwn(441) : error 035: argument type mismatch (argument 2)
gamemodes\new.pwn(585) : error 025: function heading differs from prototype
Link 31 & 387 & 441 & 585 is

pawn Код:
OnPlayerLogin(playerid,password[],password2[]);



Re: y_commands problem - Deathstalker - 05.07.2013

Show us OnPlayerLogin please.