AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap()
#6

If you look better to the code, you will see that the first error is from line 1. That means the OnGameModeInit callback is in that line and you miss:
pawn Код:
#include <a_samp>
#include <a_mysql>
#include <dini>
// #include Audio file? If it has.
#include <sscanf2>

new
    Fuel
;

main() {}

public OnGameModeInit()
// rest..
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)