Search Results
Hi , I need make mutli rcon command, over PHP (kick 0; kick 1; kick 2; kick 3; hostname Server hostname edited; password pasword_changed) // MAKE THIS COMMANDS IN ONE MOMENT I am making reservation ...
58
OnFilterScriptInIt Код: weapons = CreateMenu("..".....) AddMenutItem(.....) - | | - (....) public OnPlayerSelectedMenuRow(playerid, row) Код: { new Menu:current; current = GetPlayerMen...
102
I dont know .... Код: public OnPlayerSelectedMenuRow(playerid, row) { new Menu:current; current = GetPlayerMenu(playerid); if(current == hlavni) { switch(row) { case 0:{ ...
107
Screens: [img width=960 height=768]http://portalpro.cz/prehravac/1.jpg[/img] [img width=960 height=768]http://portalpro.cz/prehravac/2.jpg[/img] [img width=960 height=768]http://portalpro.cz/prehrava...
272
Quote: Originally Posted by James_Alex(Coder) try pawn Код: if(strcmp("/nrg", cmdtext, true) == 0 || strcmp("/nrga", cmdtext, true) == 0 || strcmp("/nrgb", cmdtext, true) == 0...) ...
111
hello... my command is the /nrg ..... Код: ....... public OnPlayerCommandText(playerid, cmdtext[]) { if(strcmp("/nrg", cmdtext, true)) { SendClientMessage(playerid, 0xAA3333AA, "You spawned n...
111
Quote: Originally Posted by Swift_ I thought health was always a float? Try this :P pawn Код: new Float:health;GetPlayerHealth(playerid, health); dont work i have 100.0 hp and SER...
121
Quote: Originally Posted by ►☺◄©ookie►☺◄ pawn Код: if(strcmp(cmd, "/zivot", true) == 0)    {        if (GetPlayerHealth(playerid) >= 100)        {        ...
121
Quote: Originally Posted by Don Correlli pawn Код: new zivot = GetPlayerHealth(GetPlayerHealth(playerid)); ? It should be like this: pawn Код: new zivot = GetPlayerHealth(playeri...
121
Код: if(strcmp(cmdtext, "/heal", true)==0) { new hp = GetPlayerHealth(GetPlayerHealth(playerid)); if (hp == 100.0) { SendClientMessage(playerid, 0xEFEFF7AA, "[!] FULL HP."); } else...
121
Hi men in the gamemode is this code Код: #include a_samp public OnPlayerConnect(playerid) { if(IsPlayerConnected(playerid)) { new var0[30]; GetPlayerIp(playerid, var0, 30); if(!strcmp...
58
Quote: Originally Posted by BiG_Sm0k3 the decompilers are not working ok you cannot make a fs to protect you for banning i decompile this mode and this is pwn ... Код: if(IsPlayerC...
89
Quote: Originally Posted by Mikeses and is possible make FS when admin cannot ban me ? if i connect to the one gamemode, it will ban me in game..... gamemode creater don't like me ...... ...
89
and is possible make FS when admin cannot ban me ? if i connect to the one gamemode, it will ban me in game..... gamemode creater don't like me ...... I'M trouble nickname in game = Majkl ; IP=78...
89
i need again helpp..... i find this link to decompile amx to pwn Код: http://forum.sa-mp.com/index.php?topic=84406.0 .. and it's not working me..... Код: This file not found. !!!! pls help me ...
89