Search Results
Hi everyone! I have a weird bug, and i hope someone could help me, because it is very annoying, and since it appears randomly, i do not know, what causes it. Sometimes a player gets a bug that he do...
78
pawn Код: for(new i=0;i<MAX_PLAYERS;i++) if(IsPlayerConnected(i) && i != playerid) SetVehicleParamsForPlayer(GetPlayerVehicleID(playerid), i, 0, 1); I think this is the best solution f...
41,103
Zezombia at the Little Coding thread made the code. I paste it, if someone needs it, he can find it. pawn Код: ConvertNumber(number){    new num[16], count;    valstr(num, number);      Â...
164
I tried it, it works fine. Thank you very much for your help!! Very useful stuff for me.
56,301
I am looking for a code, which converts a number like this: 12000 -> 12 000 or 12.000 (if the number is bigger, then like this: 123456789 -> 123.456.789)
56,301
Hello! I am looking for a code, which converts a number like this: 12000 -> 12 000 or 12.000 (if the number is bigger, then like this: 123456789 -> 123.456.789) I didnt know how i should sear...
164
You can use the ShowPlayerDialog function, and the OnDialogResponse callback. (search for them in SA-Mp Wiki)
60
Thank you, it works. I modified a bit, because it said unreachable code, so the last 2 lines are: else if(TotalPlayerByName == 1)return FinalID; return INVALID_PLAYER_ID;
56,301
Thank you for writing it.I have tried it, it works with full name, but it doesnt with part of name. I have found a solution, which works, its form extreme admin: stock ReturnPlayerID(PlayerName[]) {...
56,301
Hello! if i type a command which makes something with a player, how can i make that, to type the part of the name of the player. so, eg.: a player who called "bunny", and i type /kill bun, it kills t...
56,301
I see now, thank you for helping!
444
Quote: Originally Posted by Hiddos Quote: Originally Posted by zeli I have a question: If i have a message, which needs to show variables, how can i add it? (so, its not a con...
444
I have a question: If i have a message, which needs to show variables, how can i add it? (so, its not a constant message, i have to format it.)
444
Hello all! I just want to inform you that the pawno compiler works in Ubuntu 10.4 Lucid Lynx. I am using wine 1.2-rc3 (installed from wine-ppa), and pawno compiles fine.
38
hello! i have a problem with a simple /count command: id like to make a "-f" parameter at the end of the command. If the command consists it, all players will be frozen, but if not, they wont. so, e...
7,872
I have a problem: I made a /get script, but my problem is that if I get someone in to the vehicle i am in, and i do it again when i am in an other vehicle, the player is not going to me, he is still i...
5,494