Search Results
Код: CMD:nameunban(playerid,params[]) { if(PlayerInfo[playerid][Level] < 2) return SendClientMessage(playerid,red, "You Cant Use This Command !!!"); new tmp[256], Index; tmp = strtok(pa...
151
If you have experience with linux, i would recommend you linux. Anyone who can use a computer running windows will have no problem using a vps running windows(interference is same). However, with linu...
325
CastMix Network is a Multi-Gaming Community which provides free enjoyable game servers, friendly staff and 24/7 services About CastMix Network CastMix Network is an organization of a gaming commun...
213
Код: new Rd = random(3); if(Rd == 0) { SetPlayerAttachedObject(playerid, 1, 2844, 6, 0.728, -0.0619, -0.320, -106.100, -2.299, 151.300); } if(Rd == 1) { SetPlayerAttachedObject(pla...
72
PHP код: OnPlayerConnect(playerid){PlayAudioStreamForPlayer(playerid,"MUSICURLHERE");return 1;} 
137
PHP код:  if(EnterAllShips[playerid] == 9)     {         trying = CreateDynamicRaceCP(0, -2392.9497,2312.1875,-0.1095, -2392.9497,2312.1875,-0.1095, 5.0, -1, -1, player...
201
PHP код: new CountDownTime;new CountDownTimer;new Text:TextDraw1;stock CreateTimerText(){    Textdraw1 = TextDrawCreate(537.000000, 327.000000, "05:10");    TextDrawBackgroundCo...
201
Check your GTA SA directory is there a file named mouse.png
62
So yesterday i upgraded my laptop from Windows 8 to Windows 10... I had to reinstall GTA SA and SA-MP, due to crashing on loading(but that was solved after installing in a different directory) But whe...
174
Assuming you downloaded the gamemode, Did you download the required libraries(includes) and put them in the right folder?
92
Public functions can be called via CallLocalFunction, CallRemoteFunction, SetTimer, and SetTimerEx. usage: When creating a timer or a callback use normal functions whenever you can(dont need to call ...
107
change #define CoinOffer to PHP Code: new CoinOffer[MAX_PLAYERS]; 
76
PHP Code: CMD:dicebet(playerid, params[]){    new string[128], giveplayerid, money;    if(sscanf(params, "ud", giveplayerid, money)) return SendClientMessage(playerid, COLOR_WHIT...
76
Did you re-compile the gamemode using the latest includes (for 0.3.7 R2)?
63
PHP код: GetRandTeamPlayer(playerid) {     new targetid = INVALID_PLAYER_ID;     for(new i=0;i<MAX_PLAYERS;i++)     {         if(i == playerid) continue;     Â...
78
Just skimming through the text, i don't see you LOADING the data from database
85
Is this from a filterscirpt? Are you using more than one command processor ?
197
Are you using the latest version of streamer(both include and plugin). Try using crash detect like iLearner said
190
so what seems to be the problem? no robbery checkpoint shows up?
103
under the 'else' statement last line, you put 'playerid' instead of 'i' Код: ShowPlayerDialog(i, 20312, DIALOG_STYLE_MSGBOX, "Credits", creditt, "LOVE", "");
231