Search Results
So recently I changed my samp server hosting and decided to buy a dedicated server. It's a powerful dedicated server, equipped enough to handle 1000 players connected at the same time. Before this, ...
392
Hello, i'm trying to obtain an object that emits light without texture. Object id 19281 represents that little white dot that emits light but i want to hide the texture of it. I tried something like...
69
Read this: https://sampforum.blast.hk/showthread.php?tid=605775
190
PHP код: forward MySQLCheckFriend(player[], friend[]); public MySQLCheckFriend(player[], friend[]) {     new query[128], escstr[MAX_PLAYER_NAME], escstr2[MAX_PLAYER_NAME];      ...
82
You shoul [Vehicle] with another variable ( i think this ia for vehicle id) , so use GetPlayerVehicleID
79
GPCI is NOT a UNIQUE serial , so many players will have the same serial and they will cannot join your server. I recommend you do not use gpci in a ban system.
174
@AbyssMorgan, another problem: I want to calculate the bank interest using this long number. You can i do this?
212
You've downloaded the official windows server from http://sa-mp.com/downloads ?
227
Use crashdetect: https://sampforum.blast.hk/showthread.php?tid=262796 or paste here the code from filtescript.
67
Check the parameters of CreateDynamicObject: Code: native STREAMER_TAG_OBJECT CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, play...
76
How can i modify the buffer, i need to use commas.
212
Did you read that topic? "White-bug, happens when you get packetloss to the server could be because you download, or you are just too far away from the server, i used to get it quite alot until i up...
152
Read this: https://sampforum.blast.hk/showthread.php?tid=205559
152
Hi! I've modified the include made by AbyssMorgan (for unsigned long variables) and i have some issues formating long numbers. I've tried with strval, but doesn't work for long number. I think the s...
212
What stocks/natives should this include add? I've searched in this forum and i've found this: https://sampforum.blast.hk/showthread.php?tid=552158
62
Try this: pawn Код: #include <zcmd>CMD:frisk(playerid, params[]){    new giveplayerid;    if(sscanf(params, "u", giveplayerid)) return SendClientMessage(playerid, COLOR_GREY, "Usage: /f...
147