[Pawn] [SOLVED] Cant spawn object from right AddSimpleModel just symbol "?" spawned - 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] [SOLVED] Cant spawn object from right AddSimpleModel just symbol "?" spawned (/showthread.php?tid=1887) |
[SOLVED] Cant spawn object from right AddSimpleModel just symbol "?" spawned - PutuSuhartawan - 2021-04-15 PROBLEM : Code: AddSimpleModel(0, 5409, 20002, "mosque.dff", "mosque.txd"); SOLUTION : Code: // adding minus symbol (-) to index model has modded. source?https://dev.prineside.com/en/gtasa_samp_model_id/model/5409-laepetrol1a/ Code: CMD:addmosque(playerid, params[]) |