Search Results
You could take it as a string , and just split it out. https://sampwiki.blast.hk/wiki/Code_Snippets#Split
169
for the dialog , check the wiki - https://sampwiki.blast.hk/wiki/ShowPlayerDialog
94
If someone will use a keybinder for that command, I guess the server will crash / get no storage space.
359
Uhm I have no clue how that is usefull for SA:MP ... but thanks !
302
Is there any differences bettween - PHP код: new var = -1; new int:var = -1;  Thanks.
77
Thank you. This topic may close now.
121
Quote: Originally Posted by Richie© You have to create the Iterator then add and remove values from it, then you can use foreach. Like this: pawn Код: new Iterator:_Admins<MAX_PLAY...
121
Quote: Originally Posted by Garwan50 pawn Код: foreach (new i : 90) i think its correct No it isn't right, I've tryed it before.
121
Hello, I want to make this loop - Код: for(new i;i<90;i++) But in foreach way. So how do I do it ? Thanks alot!
121
Very useful, learned from this alot !
10,157
PHP код: new name[MAX_PLAYER_NAME], targetid=-1; // String who will store players name, targetid who will store the targetid. for(new i=0,j=GetMaxPlayers();i<j;i++) // Loop...
83
Quote: Originally Posted by Elorreli It's an attached object Can you tell me the specific ID ? Thanks.
76
Can you please tell me how they have done it ? Thanks alot !
76
Ok so for that example Timer is preferd, but if I check for money cheat ? like - Код: if(GetPlayerMoney(playerid)>GetPVarInt(playerid, "Money"))return ..... // Money hack For that exmple , Ti...
111
Nice mapping, but that isn't the right forum.
376
Quote: Originally Posted by bustern I am newbie...Where i must put this code ? AddPlayerClass for - https://sampwiki.blast.hk/wiki/OnGameModeInit
85
Hello, I want to know what is prefered. Lets take a example, I want to update player's score by player's money. So here is the code - Код: new pMoney = GetPlayerMoney(playerid); new pScore = Get...
111