Search Results
Quote: Originally Posted by simo0000 not working? Giving errors and also you dident added SetTimer(...)
109
How can i set time for jail,i mean how can i make this command like /jail <id> <time> Код: CMD:jail(playerid, params[]) { new str[128], id, reason[128]; new rand = random(sizeof(Jai...
109
There are keys for GameText example: ~k~~PED_DUCK~ but how can i use keys in ClientMessage?
142
Now i fixed it by myself by my own way
181
but the balloon does not move when i press keys: PHP код:     for(new i = 0; i < MAX_PLAYERS; i++)     {     if(PlayerIn[i][BalloonPlayer] == 1)     {     new ...
181
Quote: Originally Posted by Virtual1ty Yeah, sure, but keep in mind that the current system you have would only spawn 1 balloon at a time, and if another player spawns a balloon (by typing...
181
I have a balloon system by the balloon spawns at different location,can anyone help to change the balloon spawn location to the player location: PHP код: CMD:balloon(playerid,params[]) {   Â...
181
I want to remove the old player spawn vehicle even if the player is not in his/her old spawned vehicle when the player spawn a new one,please help PHP код: CreatePlayerVehicle( playerid, mod...
47
Quote: Originally Posted by KillerDVX For me, it would be better using this : PHP код: forward Counting(playerid); forward Counting9(playerid); forward Counting8(playerid); for...
83
I have a countdown command but when i type /count 10,it start the counting from 9 PHP код: public Counting(playerid) {     if(Count >= 11) return 0;     if(Count == 0){   Â...
83
its giving error on highlighted lines?
75
Quote: Originally Posted by Threshold First of all, that's a very bad idea. Opening and writing to a file every second, it's just unnecessary. If someone wants to know how long the server ...
109
How to make it update every second? PHP код: public Data(name[], value[]) {     new INI:File = INI_Open(SERVER_FILE);     INI_SetTag(File, "server");     INI_WriteInt(File,"A...
109
Quote: Originally Posted by M4D i explained code with comments ... read them Код: enum sAcc { Announce, ReadPms, MaxPing, ReadCmds, AutoLog, sLocked, sPass[129], Chat, Rep...
158
Quote: Originally Posted by Threshold Okay. So explain to me. If a player enters, how do you determine what their account ID is? Do you loop through all account IDs to see which name you h...
192
Quote: Originally Posted by Mouiz I know i can use it,but i dont know how to use it,can you explain? I just want to know that how to create a file and also in my account system,i used t...
158
Quote: Originally Posted by M4D Use Y_INI I know i can use it,but i dont know how to use it,can you explain?
158
Код: SetPlayerSpecialAction(playerid, 25);
64