Search Results
Quote: Originally Posted by Dayrion What's your logs say? It says "Script[gamemodes/gf_jan1_2018.amx]: Run time error 19: "File or function is not found" But if i go to the gamemode an...
171
Quote: Originally Posted by RowdyrideR Are you sure all plugins are loaded in your server console? the problem came when i updated to 0.3.7-R2
171
Quote: Originally Posted by RowdyrideR Are you sure all plugins are loaded in your server console? Yes
171
Hello.. after i updated to the new version of samp, and recompiled my script, the server map just shows "Unknown", but it works if i disable the sscanf2 include what can cause that?
171
Quote: Originally Posted by Younes44 try this one sir PHP код:         new string[1500];         new totalwealth, upgradep, lockerperk, toughperk;       Â...
184
Quote: Originally Posted by RamzyR The Problem It does only show 4 lines of the ShowStats function
184
Quote: Originally Posted by OKOK try to add more string new string[1500]; new string[2000]; I have tried that already, its not working
184
Hello, when i type /stats, it doesnt show all of the stats info whats wrong? pawn Код: new string[1500];        new totalwealth, upgradep, lockerperk, toughperk;        toughperk = Play...
184
Hi, is this the correct way to make a timer that is based on the players skill level? I have tested it, but i dont think it works right pawn Код: new Level = PlayerInfo[playerid][pFishSkill], ski...
53
Quote: Originally Posted by Rockefeller You must use zones for that or if player is in range of point Yeah, i have the zones include, how do i make it detect if the player is far away f...
112
Well i just found out.. When i host my server on my own computer, i see the server on the internet list But when its hosted at my server host, i dont see the server on the internet list Anyone know ...
132
Quote: Originally Posted by JustMe.77 What is Max NPC in your server configuration? maxnpc 3
104
I also have it on OnGameModeInit too just added it to OnPlayerSpawn to see if it worked
104
Why dont my npc connect to the server? OnGameModeInit pawn Код: print("NPC/John_Wikings has connected");    ConnectNPC("Train","John_Wikings"); OnPlayerSpawn pawn Код: if(IsPlayerNPC(playe...
104
How to make that the fish weight becomes larger the longer you are out in the ocean? pawn Код: if(PRESSED(KEY_AIM))    {        if (FishCaught[playerid] == 1)        {            ...
112
Quote: Originally Posted by Dejan12345 bro try this code Код: CreateVehicle(modelid, x, y, z, angle, random(255), random(255), 60); Thanks that worked! rep+
117