Search Results
Quote: Originally Posted by FeniX70 i cant even register or login in ur test server it automaticly kicks me out? solved, press Y to join session
369
I run test serwer: HostName: Mini-Missions script Address: flyink.pl:7777 Players: 0 / 32 Ping: 60 Mode: v0.0.1, build: 15072014 Map: DM Arena
369
In this gamemode, you can create dynamic mini-missions.. Код: stock GameName[ ][ ][ ] = { {"None", "N/A"}, {"Team Death Match", "TDM"}, {"Eskorta", "AD"}, {"Death Match", "DM"}, {"Skoki spa...
369
Hello. I publish my script as part of my personal action "end of this shit - pawn". In the middle are the panels and the style that you see on the mini-mission.pl https://github.com/kacper55331/Mini...
369
Quote: Originally Posted by MovieDrifting pawn Код: public OnPlayerDeath(playerid, killerid, reason){    kills[playerid] ++;    kills[playerid] =0; mhm
384
http://forum.sa-mp.com/forumdisplay.php?f=90 hm?
130
Quote: Originally Posted by paulor Pow vei, logica simples! pawn Код: Money[playerid] = 1000;GivePlayerMoney(playerid, Money[playerid]);//Verificarif(GetPlayerMoney(playerid) > Mon...
205
pawn Code: #define formatex(%1,%2,%3,%4) new %1[%2];format(%1, %2, %3, %4) Usage: pawn Code: formatex(string, 20, "My awasome ID: %d", playerid);SendClientMessage(playerid, 0, string);
40,252
pawn Код: setInt:"fraction_money"("police",81921);setInt:"fraction_money"("firedepartment",56121);setInt:"fraction_money"("yakuza",1912);setInt:"fraction_money"("lufthansa",917251);printf("Die pol...
847
pawn Код: #define MAX_LINE 64    new        len = strlen(params);    if(len >= MAX_LINE)    {        new            text1[MAX_LINE+1],            text2[MAX_LINE+1];  ...
97
Код: [17:33:54] [debug] Server crashed due to an unknown error
5,023
pawn Code: stock SetPlayerPosEx(playerid, Float:x, Float:y, Float:z, Float:a = -1.0, interior = -1, vw = -1){    SetPlayerPos(playerid, x, y, z);        if(a == -1.0)        GetPlayerFacing...
813
You have a loop that never ends. Cheating is a server. The server is not multithreaded. : /
301
pawn Code: format(string,sizeof(string),"%s",Mission[id or int][mission_name]); pawn Code: new Mission[6][DMissions]={//==============================================================================...
491