Search Results
Quote:
Originally Posted by Cugini
Did samp player base decrease? How is it standing in 2020?
Cant say its decreasing. Some countries just starts playing samp.
11,085
Good work, keep it up!
852
Hmmm interesting thing to know.
Currently, what are the most stable OS for running a server?
749
i prefer YINI than MySQL, idk why
61
Seems You Used A Translator... We can't understand what are u trying to do... i get mind blown while reading that.
If you want to work this with admins, do:
pawn Код:
if(IsPlayerAdmin(playerid))
...
51
Try This:
pawn Код:
if(strcmp(cmd, "/vipchat", true) == 0 || strcmp(cmd, "/vc", true) == 0 || strcmp(cmd, "/vchat", true) == 0){Â Â if(IsPlayerConnected(playerid))Â Â {Â Â Â Â if(gPlayerLo...
66
Try to add this:
pawn Код:
new string[380]
66
Quote:
Originally Posted by AroseKhanNaizi
https://sampforum.blast.hk/showthread.php?tid=197721
Thank You, But How About The Time?
82
Hi guys! i need help, i want to add the current date on this code:
pawn Код:
new stringbig[356];Â Â Â Â Â Â if(team[playerid] == TEAM_HUMAN)Â Â Â Â Â Â {Â Â Â Â Â Â format(string...
82
Ugh..
pawn Код:
if(sscanf(params,"us[128]",id,name)) return SendClientMessage(playerid,0xFF0000AA,"USAGE: /changename (/cn) [Newname]");
Also, why you need to create another player .ini file? why...
48
do sscanf.dll in your .cfg file, and also download the latest inc file then compile your GM with it.
99
Quote:
Originally Posted by (SF)Noobanatior
take the space out of "player id" and make it "playerid"
There Are No Spaces With it... Its the cause of Italic font.
Quote:
Orig...
156
i do this: INI_WriteString(File,"pBanAdmin",PlayerName(player id));
but still the same.... here is the stock:
pawn Код:
stock PlayerName(playerid){Â Â new CName[24];Â Â GetPlayerName(player...
156
Quote:
Originally Posted by Crayder
Show us GetAdminName function, it must return string for it to be correct...
Not sure about line 7028 though, reason is clearly a string...
Im Confu...
156
hello, im trying to make a offline ban command but i get this:
Код:
lostcity.pwn(7027) : error 035: argument type mismatch (argument 3)
lostcity.pwn(7028) : error 035: argument type mismatch (arg...
156
ur try to do a vehicle menu selection? remove ur current vehicle selection, then use this
https://sampforum.blast.hk/showthread.php?tid=407045
66
That's A Global Textdraw, isn't? Try to do player textdraws...
56
PHP код:
new GetNumberOfPages[MAX_PLAYERS]; //try
GetNumberOfPages()
{
    if((gTotalItems >= SELECTION_ITEMS && gTotalItems % SELECTION_ITEMS == 0)  //main error
Â...
66