Search Results
There is a method to get the coordinates inside a vehicle trunk? I need this for place an object (like weapon, box etc) inside of it.
82
Hi guys, I remember in the past there was an include or a single array who contains all the Vehicle Coordinates (for example Vehicle 2nd Passenger Door), I need this to create a dialog with some funct...
78
Quote: Originally Posted by ****** Locals. Could you explain me why?
59
Hi guys, what is the best method to use a Query variable for a format? Use 1 global string like that new Query[1024]; or using multiple string when I use a format like that Код: func1(id){ new Q...
59
Te lo dico in Italiano cosм capisci meglio, questo script и inutile in quanto se il server possiede un sistema di salvataggio armi basta settarsi l'arma e sloggare, poi perchи utilizzi degli array ...
492
Quote: Originally Posted by Vince Let's start by saying that this pawn Code: for(new j; j<MAX_TERRAINS; j++){        format(Query, sizeof(Query), "SELECT * FROM Terrain WHERE ID = ...
110
Hi guys, I've got a problem with this code: Code: LoadTerrain() { new lString[128]; for(new j; j<MAX_TERRAINS; j++){ format(Query, sizeof(Query), "SELECT * FROM Terrain WHERE ID = '%d'", j); ...
110
I've got this Textdraw: Код: Textdraw0 = TextDrawCreate(650.000000, 2.000000, "_"); TextDrawBackgroundColor(Textdraw0, 255); TextDrawFont(Textdraw0, 1); TextDrawLetterSize(Textdraw0, 0.500000, 12...
83
This is the script: pawn Код: new cString[128];    new Cut;    if(strlen(text) > 64)    {        Cut = strlen(RemovePlayerUnderscoreString(playerName(playerid))) + 7 + 64;        ...
126
strlen(text) is the end.
126
I have this code: pawn Код: Cut = strlen(RemovePlayerUnderscoreString(playerName(playerid))) + 7 + 64;strmid(cString, text, Cut, strlen(text)); And when I try to print the content of cString I ge...
126
Hi guys, I've got a problem with MySQL data loading: Код: stock LoadPointData() { new PointCount; for(new j=0; j<MAX_POINTS; j++) { format(Query, sizeof(Query), "SELECT * FROM Points WHER...
96
Hi guys, I've got a problem with SetPlayerCamera and SetPlayerCameraLookAt and I don't know how to fix this: Camera on the ground (I take the picture with Flymode): Real camera (I get the position...
107
Hi guys, can you learn me how I get the Body Coordinates when a player stricken from a weapon. Thanks Meec.
53
So basically this includes replacing the normal variables but added the function that when you restart / server closes the information contained in it be saved? [SORRY FOR MY ENGLISH ^^]
607