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.
20,492
Hmmm interesting thing to know. Currently, what are the most stable OS for running a server?
1,282
can you add a screenshots or videos? thanks
1,143
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)) ...
145
Try This: pawn Код: if(strcmp(cmd, "/vipchat", true) == 0 || strcmp(cmd, "/vc", true) == 0 || strcmp(cmd, "/vchat", true) == 0){    if(IsPlayerConnected(playerid))    {        if(gPlayerLo...
188
Try to add this: pawn Код: new string[380]
188
Quote: Originally Posted by AroseKhanNaizi https://sampforum.blast.hk/showthread.php?tid=197721 Thank You, But How About The Time?
177
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...
177
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...
88
do sscanf.dll in your .cfg file, and also download the latest inc file then compile your GM with it.
273
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...
318
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...
318
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...
318
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...
318
ur try to do a vehicle menu selection? remove ur current vehicle selection, then use this https://sampforum.blast.hk/showthread.php?tid=407045
184
That's A Global Textdraw, isn't? Try to do player textdraws...
157
PHP код: new GetNumberOfPages[MAX_PLAYERS]; //try GetNumberOfPages() {     if((gTotalItems >= SELECTION_ITEMS && gTotalItems % SELECTION_ITEMS == 0)  //main error Â...
184