Search Results
Quote: Originally Posted by Maro06 First. are you sure? Or can anyone other confirm that, because I've large gamemode I don't want to make something that will bug wil gamemode Edit: Q...
227
Quote: Originally Posted by Vince In that specific example, both versions are equally horrible. Functions can have parameters. Use them. Global variables are evil. Avoid whenever possible...
227
Hello, Well I know script, create some functions, but I have a question about it. is better to script like this: Код: ///////1st example new Msg[128]; function1() { format(Msg, 128, "Some T...
227
Quote: Originally Posted by Agent008 Try what i did with my previous screen (setting Windows XP, Vista or 7 compatibility) If not work take a look here..... damn http://www.microsoft.com/e...
406
Quote: Originally Posted by Agent008 Have you tried this too? http://prntscr.com/2ke0im Yes, all versions... anyway the same GTA with same crack and all I played normally on Windows 7 U...
406
Quote: Originally Posted by Agent008 Check my tutorial dude its might be resolve it, give it a try. I tried it already but still nothing:\ Quote: Originally Posted by ikkent...
406
I found it, but same error: http://prntscr.com/3zwjkz anyway, I can't start Singleplayer, and multiplayer (samp) is crashing
406
Hello, I'm using Windows 8.1 x64 pro, I reinstalled GTA, samp and all of it, but I can't install directx 9, because I have directx 11 allready instaled. and when I try to install directx 9 it shows me...
406
Does anyone have some updates, new classes or anything for this gamemode?
22,732
Quote: Originally Posted by iZN Show APlayerData enum and Speedometer_Update callback. Here: http://pastebin.com/KysW45r4 Quote: Originally Posted by SMCentral What's goi...
181
Код: forward GlobalTimer(); public GlobalTimer() { // Setup local variables new OldVehicleID, NewVehicleID, OldTrailerID, NewTrailerID; // Loop through all players for (new playerid; playerid...
181
Hello, I have some bug, idk how to fix it... I think it's array, well after some time of running server it goes down, I put crash detect plugin and I get some array warnings: Код: [13:53:26] [deb...
181
I wanna make with SetPlayerObjectMaterialText to show player class behind of player, I put the object and player pos close to object but MaterialText don't work, no errors, no warnings Here's the cod...
50
Quote: Originally Posted by Konstantinos In your case, MAX_PLAYERS is 100 and INVALID_PLAYER_ID is 65535, so no. It will fail again. The code you had in the first post checks for the last ...
93
Quote: Originally Posted by Konstantinos killerid may or may not be a valid (connected) player. Before using killerid in an array [], you need to check if it's not INVALID_PLAYER_ID (65...
93
I get this warning with crashdetect: Quote: [debug] Run time error 4: "Array index out of bounds" [16:17:27] [debug] Accessing element at index 65535 past array upper bound 99 [16:17:27]...
93