Search Results
probema ta este ca folosesti return in loop (for). cand folosesti return, returneaza functia si loop-ul nu mai continua. in loc de return 1 in interiorul loop-ului trebuie sa folosesti continue; cam ...
192
i really don't understand what you want, but here is an improved verison of your script: PHP код: CMD:ffind(playerid, params[]){     if(PlayerInfo[playerid][pDuty] == 0 || !IsACop(play...
228
Quote: Originally Posted by shourya for (new i = 0; i <MAX_VEHICLES; i ++) no. vehicles id start from 1 ur code should be something like this: (if the array PizzaBoy has playerid) (...
216
oh, i just saw that the warning is not from the gamemode, is from the includes. try updating YSI https://github.com/pawn-lang/YSI
183
Quote: Originally Posted by ****** Which compiler? the normal one from sa-mp.com
105
i've been using pawncmd for the past few weeks and is working pretty fine, buy i heard that it is using a memory hack in the plugin and i'm afraid of issues with the host provider or downsides in some...
105
so i have to choose between: ycmd, zcmd, pawncmd and lifecmd. what is better (faster, less resource consuming)?
220
awesome map, adv iti zic
833
Try to re-show the textdraw to the player. PHP код: if(dialogid == DIALOG_SEXE) {     if(response)     {         if(listitem == 0)         {             ...
87
I want to use " in a string that will be visible to players, for example: Код: format(string, sizeof(string), "If you don't see the email, check the "spam" folder."); how to i make pawn ignore the...
95
Hi, so i have this code: PHP код: new PlayerText:SnakeBox[MAX_PLAYERS][9][9]; public OnPlayerConnect(playerid){     for(new i; i < 10; i++){         for(new u; u < ...
72
Hello, i wonder if i can get this(click) in a php file. For example, if i go to the link http://www.mywebsite.com/rconcmd/gmx or something like that, it will send the 'gmx' command into the rcon conso...
91
Gougle translate's english is.. https://news-cdn.softpedia.com/images/news2/facepalm-teens-eating-detergent-banned-on-*******-519447-2.png This will probably help you: https://sampwiki.blast.hk/wiki/...
74
make a timer that loops: PHP код: SetTimer("OneSLoop", 1000, 1);  check for player position near the object: PHP код: forward OneSLoop();public OneSLoop(){    for(new i; ...
92
Use adri1's TDEditor 1.16 (as far as i know, 1.17 is bugged) Is a lot more easier to use Adri1's td editor: https://sampforum.blast.hk/showthread.php?tid=543002 Download TDE 1.16 (the download link is...
83
Look at this screenshot from your code. The { } are highlighted with red You put an extra } there, your code should be: PHP код: if (dialogid == Menu_Vip) {     if (response == 0)...
67
Quote: Originally Posted by JasonRiggs He doesn't want it like that mate, look I'll explain it a bit deeper.. He doesn't want anything from "Hello" or "Waving his hand" Alllll what he wa...
101
Quote: Originally Posted by JasonRiggs Are you serious? Then it will only work with "Hello *waving his hand*" lol?? I believe strfind would work, Learn how to do it from here.. idk wha...
101