Search Results
CMD:testtw(playerid, params[]) { if(IsPlayerConnected(playerid)) { if(PlayerInfo[playerid][pAdmin] >= 1 ||PlayerInfo[playerid][pTrial] >= 3) { new jucator, numeju...
214
But the players will not earn money from stunts bonus or .., and will not lose money from Pay 'n Spray, Tuning Garages, gambling ...
185
Quote: Originally Posted by maximthepain I have tried this code: Код: new Pos[3]; Pos = {10.0,10.0,10.0}; It worked. maybe you didnt notice the fact there is 'P' and not 'p'? You can ...
121
Quote: Originally Posted by FilesMAker when putting data you should declare the slot in this case : pos[0] = 10.0 pos[1] = 10.0 pos[2] = 10.0 or declare values from begining: new Float:Po...
121
You must set that string to the textdraw: TextDrawSetString(Textdraw, string);
102
This is the code: new Float:Pos[3]; pos = {10.0, 10.0, 10.0}; The error: tag mismatch. Thank you in advance!
121
You have done a very good work! (y) But It looks repetive!
353
Check this website: http://www.k-dst.de/index.php It can help you to find some objects ids.
107
Thank you KillerDVX, So I have to use strtrim: Quote: new string[128] = " XXbla blaY "; strtrim(string); // string = "XXbla blaY" strtrim(string, "XY"); // string = "bla bl...
125
Search in amm your scripts for SendDeathMessage.
155
Hello, I want to make this: Quote: "Hello! " ===> "Hello!" I tried to do it by myself so this is the result and it doesn't work: Quote: new pos = strlen(thestri...
125
This is my small collection: Quote: #define RED 0xFF000FFF #define DARK_RED 0xB0000FFF #define ORANGE 0xFFA500FF #define ORANGE_RED 0xFF45...
132
new name[MAX_PLAYER_NAME]; name = GetPLayerName(playerid); format(string,sizeof(string),"You've slapped %s", name);
178
Try this :/ Quote: stock IsPlayerAnAdmin(playerid,Rang) { if(GetPVarInt(playerid,"Admins")>=Rang){return 1;} else{return 0;} }
178
Good try, but it's weird: All the rocks are the same, the same trees too and the ground is ... I don't know how to describe it! :/
311
Good Job!!! What about adding some fences?
220
Because the coordinates of the gate3 didn't changed!
182
Good Job! Can you please tell us what is this tool?
581