Search Results
Try this, on the top of the script: pawn Код: new rope[58]; under public OnPlayerKeyStateChange: pawn Код: public OnPlayerKeyStateChange(playerid, newkeys, oldkeys){    new Float:health;  Â...
154
Try to put new rope[58]; on the top of the script. If that don't work change the [58] to [64]
154
https://sampforum.blast.hk/showthread.php?tid=332818
85
Actually I have only removed the nativechecker plugin and server started properly.
91
There is nothing wrong with plugins and includes.
91
I started writing a login/register system but when I run the server this error appeared: All plugins, includes are up to date and I don't know what should I do now. Please help.
91
Did you put these 2 lines OnPlayerSpawn ? after selecting the SWAT team?
206
There are so many reasons why your money doesn't save into your account. You are not registered/logged in in your server or your server doesn't have account system to save your money once you got them...
69
Ok. here's one code for reading .txt files in-game: pawn Код: CMD:read(playerid,params[]){    new tmp[60],store[256],string[158];    if (sscanf(params, "s[60]",tmp)) return SendClientMessage(...
66
There are the crashdetect errors: Код: [18:02:31] OnGameo [18:02:31] *** Audio Plugin: Started TCP server on port 7777 [18:02:31] [debug] Server crashed while executing UCRP.amx [18:02:31] [debug] ...
136
I am loading an gamemode which is using audio include and plugin and befor it load the gamemode it shows: Код: server_log [19:33:49] OnGameo [19:33:49] *** Audio Plugin: Started TCP server on por...
136
Yes, "\n" is for new line.Example: "New\nline".Will display: Код: New line OFF: Kukata the best
160
OFF: Do you really think that if you use PPC Trucking you'll have players?Better create your own server!
168
Open 'cmd' if you are on Windows 7 [Run>cmd for Windows XP] on your laptop.Type ipconfig.It will display some lines (which you know when you tried to port forward) and type the IPv4 line:PORT on yo...
178
Check this: https://sampwiki.blast.hk/wiki/Code_Snippets#Split
167
Try this: pawn Код: format(string, sizeof(string), "The passcode is mixed from this numbers Use:{FFFFFF} /passcode.");
57
Check this: https://sampwiki.blast.hk/wiki/OnDialogResponse
56