Search Results
Look at your server_log.txt to see what plugins fail to load, post it on pastebin and link it here if you want direct guidance
766
Quote: Originally Posted by willbedie I honestly don't care actually, it took me like 15-20 minutes to create. I've been asked by a lot of people on discord to make a login / register syst...
15,200
You're probably missing a return 1; somewhere, therefore SAMP thinks the command hasn't executed when obviously in your case it has.
276
pawn Код: if(TempVar[playerid][JobDuty] == true)        {            TempVar[playerid][JobDuty] = false;            SendClientMessage(playerid, COLOR_LIGHTBLUE, "You are now off du...
144
Quote: Originally Posted by GRiMMREAPER strfind is all you need. pawn Code: new pName[MAX_PLAYER_NAME];    GetPlayerName(playerid, pName, sizeof pName);    if(strfind(pName, "_") != ...
100
How do I get the script to check if a player's name includes '_'?
100
pawn Код: GetOnlinePlayers();if(OnLine == 1) ... I believe that would work?
225
Quote: Originally Posted by severance How can you detected if there's 1 connected? pawn Код: stock GetOnLinePlayers(){    new OnLine;    for(new i, g = GetMaxPlayers(); i < g...
225
I've got a Linux Server & web host (with the possibility of purchasing a domain) prepared to host a SA-MP server. I'm interested to see what people have to pitch - in order to work together to rai...
204,359
Quote: Originally Posted by BaFFyJunior SetPlayerDynamicCheckpoint(playerid, -121.2858, 154.0076, 4.1399, 3.0); Like that? I'll try later. You might need to use OnPlayerEnterDynamicChec...
211
Quote: Originally Posted by Calisthenics No, it is not. You can see list of specifiers and format it the way you like. pawn Код: SELECT DATE_FORMAT(REGDATE, '%M %d, %Y %H:%i:%s') AS r...
224
Quote: Originally Posted by VGAassassin The code you've provided in this is different to the first post, can you provide me the code which is causing the errors?
266
Show the exact lines of error in order to be helped.
266
Quote: Originally Posted by Calisthenics https://dev.mysql.com/doc/refman/5.5...on_date-format Linking me to this page is practically useless information, I need EXAMPLES of how to adap...
224
The skin ID is 20001, you're simply adapting the characteristics (walkstyle/voice etc) from skin 119.
91
Install XAMPP https://www.apachefriends.org/index.html
230
How can I implement this into a string? I want players to be able to see their registration date on /stats.
224
Quote: Originally Posted by Florin48 post the code where you load skin pawn Код: cache_get_value_int(0, "SKIN", pInfo[playerid][Skin]);
118