[Pawn] INCLUDE PROBLEM - Printable Version + open.mp forum (https://forum.open.mp) -- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3) --- Forum: Pawn Scripting (https://forum.open.mp/forumdisplay.php?fid=10) --- Thread: [Pawn] INCLUDE PROBLEM (/showthread.php?tid=2455) |
INCLUDE PROBLEM - alexandrogallegos09 - 2023-09-15 I have a problem with this Include, my text its not showin up but instead the textdraw: include: my game: my cmd: Code: CMD:black1(playerid, params[]) my includes: Code: #include <a_samp> If anyone can help me i would be so thankful, sorry my bad english. Original .inc link RE: INCLUDE PROBLEM - zBreno - 2023-09-15 is broken 4mb of amx after compile and some functions are incomplete RE: INCLUDE PROBLEM - alexandrogallegos09 - 2023-09-15 (2023-09-15, 11:18 AM)zBreno Wrote: is broken 4mb of amx after compile and some functions are incompletethere Is no Solution? 😭😭😭 RE: INCLUDE PROBLEM - denNorske - 2023-09-18 Do you have a stripped down version of the game, or are the game files modded in any way? It looks like the transparency is not working properly for you, otherwise the textdraws seem to show up for you RE: INCLUDE PROBLEM - alexandrogallegos09 - 2023-09-18 (2023-09-18, 07:36 AM)denNorske Wrote: Do you have a stripped down version of the game, or are the game files modded in any way?im using a 0.3.7 base client and i think i maybe have a older version, because sometimes when i use the function IsValidVehicle shows me up a 017 error RE: INCLUDE PROBLEM - denNorske - 2023-09-19 I meant if you had a modded / changed base game. Mods and changes to the game files themselves can cause such visual problems. Also in regards to that error 017; if you read here you can see that you need to define it yourself (the native exists but is not referenced). Perhaps time to switch over to open.mp? :D RE: INCLUDE PROBLEM - Radical - 2023-09-22 (2023-09-15, 08:29 AM)alexandrogallegos09 Wrote: I have a problem with this Include, my text its not showin up but instead the textdraw: There is nothing wrong with that include. The problem is that your game/files have been modified/modded Just install the original game. |