14.01.2019, 01:20
I'm using the NGRP gamemode that doesn't support SQL. I've never tried it out but this isn't my first time dealing with RP scripts and stuff. After my attempt to compile the gamemode with it's necessary includes, etc. it gave me a bunch of warnings and one error.
Here are the compiler errors:
I've been researching for fixes for this error but, unfortunately, I haven't found any reliable ones.
Here are the lines within the gamemode that provided the warnings and error:
Warning lines:
Error line:
EDIT: If u guys need more logs, tell me and Imma get em', thanks in advance.
Here are the compiler errors:
Code:
E:\flash stuff\NGRP Script (1)\NGRP Script\gamemodes\ngrp.pwn(74829) : warning 213: tag mismatch E:\flash stuff\NGRP Script (1)\NGRP Script\gamemodes\ngrp.pwn(74829) : warning 202: number of arguments does not match definition E:\flash stuff\NGRP Script (1)\NGRP Script\gamemodes\ngrp.pwn(74829) : warning 202: number of arguments does not match definition E:\flash stuff\NGRP Script (1)\NGRP Script\gamemodes\ngrp.pwn(74859) : warning 213: tag mismatch E:\flash stuff\NGRP Script (1)\NGRP Script\gamemodes\ngrp.pwn(74859) : warning 213: tag mismatch E:\flash stuff\NGRP Script (1)\NGRP Script\gamemodes\ngrp.pwn(74859) : warning 213: tag mismatch E:\flash stuff\NGRP Script (1)\NGRP Script\gamemodes\ngrp.pwn(74859) : warning 202: number of arguments does not match definition E:\flash stuff\NGRP Script (1)\NGRP Script\gamemodes\ngrp.pwn(74859) : warning 202: number of arguments does not match definition E:\flash stuff\NGRP Script (1)\NGRP Script\gamemodes\ngrp.pwn(74883) : warning 213: tag mismatch E:\flash stuff\NGRP Script (1)\NGRP Script\gamemodes\ngrp.pwn(74883) : warning 213: tag mismatch E:\flash stuff\NGRP Script (1)\NGRP Script\gamemodes\ngrp.pwn(74883) : warning 213: tag mismatch E:\flash stuff\NGRP Script (1)\NGRP Script\gamemodes\ngrp.pwn(74883) : warning 202: number of arguments does not match definition E:\flash stuff\NGRP Script (1)\NGRP Script\gamemodes\ngrp.pwn(74883) : warning 202: number of arguments does not match definition E:\flash stuff\NGRP Script (1)\NGRP Script\gamemodes\ngrp.pwn(84855) : warning 213: tag mismatch E:\flash stuff\NGRP Script (1)\NGRP Script\gamemodes\ngrp.pwn(84855) : error 035: argument type mismatch (argument 2) Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
Here are the lines within the gamemode that provided the warnings and error:
Warning lines:
Code:
74829: GetPlayer3DZone(carPos[0], carPos[1], carPos[2], zone, sizeof(zone));
Code:
74859: GetPlayer3DZone(carPosF[0], carPosF[1], carPosF[2], zone, sizeof(zone));
Code:
74883: GetPlayer3DZone(carPosF[0], carPosF[1], carPosF[2], zone, sizeof(zone));
Code:
84855: GetPlayer3DZone(X, Y, Z, zone, sizeof(zone));
Code:
84855: GetPlayer3DZone(X, Y, Z, zone, sizeof(zone)); (Same as above)