Search Results
CMD:testtw(playerid, params[]) { if(IsPlayerConnected(playerid)) { if(PlayerInfo[playerid][pAdmin] >= 1 ||PlayerInfo[playerid][pTrial] >= 3) { new jucator, numeju...
50
But the players will not earn money from stunts bonus or .., and will not lose money from Pay 'n Spray, Tuning Garages, gambling ...
78
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 ...
38
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...
38
You must set that string to the textdraw: TextDrawSetString(Textdraw, string);
41
This is the code: new Float:Pos[3]; pos = {10.0, 10.0, 10.0}; The error: tag mismatch. Thank you in advance!
38
You have done a very good work! (y) But It looks repetive!
220
Check this website: http://www.k-dst.de/index.php It can help you to find some objects ids.
44
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...
61
Search in amm your scripts for SendDeathMessage.
64
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...
61
This is my small collection: Quote: #define RED 0xFF000FFF #define DARK_RED 0xB0000FFF #define ORANGE 0xFFA500FF #define ORANGE_RED 0xFF45...
56
new name[MAX_PLAYER_NAME]; name = GetPLayerName(playerid); format(string,sizeof(string),"You've slapped %s", name);
62
Try this :/ Quote: stock IsPlayerAnAdmin(playerid,Rang) { if(GetPVarInt(playerid,"Admins")>=Rang){return 1;} else{return 0;} }
62
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! :/
151
Good Job!!! What about adding some fences?
130
Because the coordinates of the gate3 didn't changed!
76
Good Job! Can you please tell us what is this tool?
260