29.07.2014, 20:18
I founded this include(https://sampforum.blast.hk/showthread.php?tid=520666) and I downloaded it. I put "PAWN include" in /pawno/includes, and "Server plugin" in /plugins. I entered in the script, and on the top I wrote #include "sampp" and on OnPlayerConnect i wrote ToggleHUDComponentForPlayer(playerid, HUD_COMPONENT_ALL, true); and I compiled the script. Script was without errors. I add sampp in server.cfg, start samp-server.exe, and I got "Run time error 19: "File or function is not found"" error. I delete #include "sampp" and ToggleHUDComponentForPlayer(playerid, HUD_COMPONENT_ALL, true); from the script, start samp-server.exe, and I have not error from above. My question is, am I doing something wrong ?