Search Results
I've been trying to find the x64-bit linux server files for all of SA-MP versions, but files.sa-mp.com is not working anymore (403 Forbidden). Could help if you have a copy of said files and able to ...
83
explain ur problem and and puts ur codes here
165
Good evening, my max admin lvl is 13 and when i register and login then make reconnect servr gives me a random level 100+ Код: CMD:setlevel(playerid,params[]) { if(PlayerInfo[playerid][LoggedIn...
156
You can find code similar to this Code: public KickTimer(playerid) { if(IsPlayerConnected(playerid)) { if(PlayerInfo[playerid][LoggedIn] == 0) { SendClientMessage(playerid,COLOR_BRIGH...
244
try to change the name of gamemode from (frank 1) to (frank1) don't add space and don't forget to change it in server.cgf
152
Quote: Originally Posted by ConnorW pawn Код: CMD:gotopos(playerid, params[]){    new Float:x, Float:y, Float:z, interiorid;    if(sscanf(params, "fffI(0)", x, y, z, interiorid)) ...
167
i have more of that (SetPlayerScore) and i talking about admin level
172
hello in my server the max level is 13 and sometims when i join it's give me 200 level and other players maybe give him 10 or more by it self any advise ? and which code i must show you?
172
bro i mean i wanna to goto to any pos in my server cmd like /gotopos 1480.27161, -1642.37793, 13.15613 /gotopos 7872.70166, -1637.35852, 40.74157
167
i mean to teleport to this position inside the server 1480.27161, -1642.37793, 13.15613
167
i wanna to teleport to a position but idk about cmds anyone know?
167
Put this on top of the script Код: #define SAVE_LOGS
309
Код: CMD:ban(playerid,params[]) { if(PlayerInfo[playerid][cAdmin] >= 3) { new ID, gname[MAX_PLAYER_NAME], reason[70]; new string[125]; if(ssca...
309
try it and reply if you got any issues! Код: CMD:ban(playerid,params[]) { if(PlayerInfo[playerid][LoggedIn] == 1) { if(PlayerInfo[playerid][Level] >= 4) { new tmp[128], tmp2[128], Ind...
309
try it Код: stock UpdateStatus( playerid ) { if (PlayerInfo[ playerid ][ pVip ] == 0 && PlayerInfo[ playerid ][ Level ] == 0) { format( PlayerInfo[ playerid ][ Status ], 11, "Playe...
239
Quote: Originally Posted by Boarden Go with the latest version, make sure you recompile the filterscript with the latest include and replace the plugin with the up to date one. Post again ...
227