Search Results
https://sampforum.blast.hk/showthread.php?tid=249226
138
Quote: Originally Posted by TheOriginal1337 "if(gPlayerLogged{playerid}) " Aren't these supposed to be square brackets? { -> [ No, because that is probably a packed string. -------...
194
pawn Код: CMD:sethealth(playerid, params[]){    new Float:Health, ID;    if(sscanf(params , "ui", ID, Health)) return SendClientMessage(playerid, COLOR_RED, "USAGE: /sethealth [ID] [Health]");...
191
Yes, it is possible to detect but it will work only for some, many of them already patched this, but i'll tell you how: freeze the player when he spawns, get his camera front vector and store somewher...
75
GamePanelX: http://www.gamepanelx.com/index.html FriiPanel: http://project.muse-gaming.org/ Open Game Panel: http://www.opengamepanel.org/ Easy-Wi (Free License = 6 servers): http://easy-wi.com/ind...
244
For the ports, looking at this example at the side, 7777:7777 should be fine (start port:end port), but you need to specify the right ip for your computer and do it 2 times, 1 for TCP and 1 for UDP, l...
145
Try this: https://sampforum.blast.hk/showthread.php?tid=249226
274
Pode sim, й sу vocк adicionar na linha certa e colocar if depois do else. pawn Код: public OnPlayerText(playerid, text[]){    if(Chatlb == 1)    {        if(pAdmin[playerid] >= 1)  ...
156
Sem code? Tenta adicionar new Now; no comeзo do gamemode, se for string tenta new Now[129];
94
y_stringhash https://sampforum.blast.hk/showthread.php?tid=169354
65
Nгo vai funcionar, comandos de cliente nгo podem ser executados via server, quando um player digita /audiomsg ou /nametagstatus a callback OnPlayerCommandText nгo й chamada. E tbm nгo tem nada de...
191
Seems like a problem with having mods installed, try using StreamMemFix.asi and see if it still happens.
290
Internet list doesn't work for me also, but Hosted list still works.
295
sscanf2 prescisa https://sampforum.blast.hk/showthread.php?tid=120356
108
pawn Код: if(strcmp(cmd,"/megafonebte",true)==0){    if(PlayerInfo[playerid][pBTECO])     {        strmid(tmp,cmdtext,12,strlen(cmdtext));        if(!strlen(tmp)) return SendClientMess...
117
Quote: Originally Posted by zSuYaNw Tente algo mais ou menos assim: pawn Код: new    string[45];dini_IntSet("usuarios.ini",(GetPlayerName(playerid, string, 24), string),   (GetPlay...
204
A callback OnServerMessage й chamada toda vez que tem uma nova linha de mensagem no server ou quando й usado print() ou printf() em algum script (menos na propria callback pra evitar loops infinitos...
270
Isso й no 0.3x-R2 ? Tenta usar o plugin fixes2 do ****** (Click), ele tem uma funзгo OnServerMessage e um cуdigo de exemplo como banir automatico quando alguem faz esse e mais outros exploits que ...
270
Ou pode fazer a stock assim: pawn Код: stock MostrarImg(playerid, img[], Float:imgx, Float:imgy){    new arr[bitmapType], File:f = OpenImage(img, arr);    for(new x; x != GetSizeX(arr); x++) ...
148
pawn Код: ApplyAnimation(damagedid,"PED","DAM_STOMACH_FRMFT" ,4.1,0,1,1,0,1,1); https://sampwiki.blast.hk/wiki/ApplyAnimation Parвmetro freeze tava setado pra 1.
199