Search Results
You should more work on desing and adding song list. But ok. Check this pictures from one Balkan scripter: http://imgur.com/a/vwgVG
250
Do you have define path where to read/write, save user accounts? on player enum do you have pPass[129], //or some variable for pass? (string 129 is randomly writen) in OnPlayerConnect do you have ...
203
Hi guys, i have some problem and i don't have idea how to solve this. I folowed this tutorial: https://sampforum.blast.hk/showthread.php?tid=269336 And everythig is on except how to maps changing ...
70
When one team win match, that team don't will be teleported to next map. Problem is timers in loops. Team kills not restarted after ending round. Searching how to solve this, and trying to add cycle m...
1,769
put on: OnPlayerRequestClass Код: new name[MAX_PLAYER_NAME] GetPlayerName(playerid, name, sizeof(name)); if(strfind(name, "do something here", true) == -1) { //do something here return 1; }
102
I made cmd for seting bizz and when i type it it wan't work here is cmd: Код: CMD:setbizz(playerid, params[]) { if(IsPlayerConnected(playerid)) { new sendername[MAX_PLAYER_NA...
59
try this: Код: SendClientMessage(playerid, COLOR_LIGHTCYAN, "The Engine Is Now "COLOR_GREEN"On!");
220
Quote: Originally Posted by MP2 Did you compile it? Yes.
131
I made command for killing player, when u use /kill it kills me only i can't type ID of player, here is command: Код: CMD:kill(playerid, params[]) { new id; new string[128]; if(PlayerInfo[playe...
131
What wrong here: Код: public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) { switch( dialogid ) { case DIALOG_REGISTER: { if (!response) r...
100
Is there any tutorial how to make in game tutorial? i mean, when player is register his account, and then to show tutorial to him with important places etc.. Sry for my bad english.
157
How to change parameter "u" to search offline player? I'm not good with sscanf :S
135
I made offline command and don't work: Код: CMD:off(playerid, params[]) { new text[128]; new player; new ammount; new string[128]; if(sscanf(params, "us[48]i", player, text, ammount)) ...
135