Search Results
Quote: Originally Posted by xxSwissxx Pac. motherfucking eminem, slim shady And eyedea, he's really a legend if you know bout battle rap Below me, what an asslick
227
Updated the main topic with all the info. From now on, biker122 will handle the development. I'll join him after some time. Please make suggestions and report bugs here
3,355
I found this on my computer Images Code pawn Code: // Biker ZoneCreateObject(4100, -2089.3999, -121.4, 36, 0, 0, 322);CreateObject(4100, -2075.6001, -121, 36, 0, 0, 321.998);CreateObject(1251, -...
250
For music, you can use the function PlayAudioStreamForPlayer(playerid, "<url>"); For example: pawn Код: PlayAudioStreamForPlayer(playerid, "http://pamp3.site40.net/zombie/intro.wav"); Put t...
109
pawn Код: new INI:file = INI_Open(Path(targetid));INI_SetTag(file, "User's Data");INI_WriteInt(file,"HelperLevel",level);INI_Close(file);
145
I think it's because you are opening the wrong file, you want to open the targetid's data file and save the level..right? pawn Код: new INI:file = INI_Open(Path(targetid));INI_WriteInt(file,"Helpe...
145
pawn Код: stock GetName(playerid){    new pName[MAX_PLAYERS];    GetPlayerName(playerid, pName, sizeof(pName));    return pName;} GetName(id_of_the_player); For example: pawn Код: // ...
74
pawn Код: CMD:arr(playerid,params[],help) Why are you using the third parameter here 'help'? You are not using it anywhere in the command (I think we can't use it, for parameters we use sscanf) T...
96
Do you reset the variables on OnPlayerConnect? pawn Код: // OnPlayerConnectPlayerInfo[playerid][pLevel] = 0;PlayerInfo[playerid][pCash] = 0;// all.. The data will then be loaded from INI_ParseFil...
99
pawn Код: #define DIALOG_SELECT_SPAWN 333enum posInfo{    Float:pX,    Float:pY,    Float:pZ,    Float:pA};new pos_info[MAX_PLAYERS][posInfo];new IsSpawnAfterDeath[MAX_PLAYERS];public OnPl...
147
Portugal or Argentina (Ronaldo or Messi)
585
Add pawn Код: if (pInfo[playerid][pLevel] == 0) before pawn Код: if (!IsPlayerInAirPlane(playerid)) This should work. It will check if the player is a normal player (not admin), then kick or ...
69
pawn Код: CMD:showtext(playerid, params[]){    new giveplayerid;    if(pInfo[playerid][pAdmin] < 1) return SendClientMessage(playerid, COLOR_RED,"[ERROR]: "WHITE"You are not authorized to u...
66
Quote: Originally Posted by Kinglee omg lol there are bug when someone join /lms countdown gones crazy and server crash. Everything works on my localhost..maybe, that\'s because you jo...
981
Quote: Originally Posted by iZN It looks nice Syntax, didn't know you're that good with scripting. Good work! Thank you!
3,355
Version 1.2 Code: - Added a confirmation dialog at register, which shows the player's raw password. - Now the vehicles spawn with random colors (Both for /vehicle and /v <name>) - Added /togst...
3,355