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 ...
16
but there's not errors when i compile it
28
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...
28
You can find code similar to this
Code:
public KickTimer(playerid)
{
if(IsPlayerConnected(playerid))
{
if(PlayerInfo[playerid][LoggedIn] == 0)
{
SendClientMessage(playerid,COLOR_BRIGH...
61
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
16
Still need help !
57
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)) ...
22
i have more of that (SetPlayerScore) and i talking about admin level
57
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?
57
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
22
ok i will check
22
i mean to teleport to this position inside the server
1480.27161, -1642.37793, 13.15613
22
i wanna to teleport to a position but idk about cmds anyone know?
22
Put this on top of the script
Код:
#define SAVE_LOGS
120
Код:
CMD:ban(playerid,params[])
{
if(PlayerInfo[playerid][cAdmin] >= 3)
{
new ID, gname[MAX_PLAYER_NAME], reason[70];
new string[125];
if(ssca...
120
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...
120
try it
Код:
stock UpdateStatus( playerid )
{
if (PlayerInfo[ playerid ][ pVip ] == 0 && PlayerInfo[ playerid ][ Level ] == 0)
{
format( PlayerInfo[ playerid ][ Status ], 11, "Playe...
21
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 ...
11