Search Results
Code: preLoadAnim(playerid, const animlib[]) return ApplyAnimation(playerid,animlib,"null", 0.0, 0, 0, 0, 0, 0 ); should be Code: preLoadAnim(playerid, const animlib[]) return ApplyAnimation(playeri...
957
Quote: Originally Posted by Meller I just recently started using inline callbacks, can you confirm for me; I can name all the inlines: "ThatInline" and it will all work fine with no interc...
701
Classes and objects is a must and should be added in future, good luck with the project! - Looking forward to see the progress on this.
394
Quote: Originally Posted by Jefff Sure but i need another query as my first example, im asking about pawn Код: DELETE FROM table WHERE nick = 'Patrick'new rows = db_num_rows(); or som...
104
You could use pawn Код: SELECT changes() to return the recent changes in your database For example this is your database structure. pawn Код: -> table_name- row 1 ->- row 2 ->- row ...
104
Added example code! pawn Код: public OnPlayerStartRobbery(playerid, actorid, robbed_recently){    new string[128];    if(robbed_recently)    {        format(string, sizeof(string), "Act...
914
Introduction Inspired by GTA V store robbery. actor_robbery.inc imitates it! You basically aim at the actor and the actor will play 3 animation sequence, the actor will either give you the money or y...
914
Quote: Originally Posted by Dayrion Pretty impressive script. Also, why does he needs to do that? PHP Code: public OnGameModeInit() {     print("[OnGameModeInit] Initialising '...
1,755
Quote: Originally Posted by PrO.GameR Simply because your code is wrong, you are expecting a vehicleid parameter when loading, which shouldn't be there PHP код: public OnCarsLoad()...
114
Quote: Originally Posted by AndySedeyn It was basically to check whether the include was included or not. They are in my gamemodes folder, yes. Including them like you advised me to gives ...
2,599
Quote: Originally Posted by AndySedeyn I'm relatively new to modular programming. Sometimes an include is not being included for some reason. Example: PHP Code: #include "./AntiCheat...
2,599
Quote: Originally Posted by PrO.GameR Okay this was actually really great, but I tried it and well ... obviously failed xD I got an error not recognizing my main enum (PlayerI), If I move ...
2,599
Updated, explained how the modules binds together and how the hooking works in-order depending on module order.
2,599
What is modular programming? Modular programming is a process of breaking down a code depending on its category to make the code reusable for future projects (avoid re-inventing the wheel) as well as...
2,599
Some screenshots I forgot to upload when I released the gamemode. Logging in Registering Civilian Class Selection Police Class Selection Army Class Selection Robbing a store (SUCCESS!) ...
1,284
Information I've been working in this gamemode for a month but I got bored and ran out of ideas so therefore I decided to release it as a 'getting started' script, this script is really good to start...
1,284