17.03.2012, 12:23
Thanks for helping me ^^ These are the warnings and codes
Код:
C:\Users\Alistair\Documents\GTA SA SERVER\gamemodes\grandlarc.pwn(881) : warning 202: number of arguments does not match definition C:\Users\Alistair\Documents\GTA SA SERVER\gamemodes\grandlarc.pwn(886) : warning 202: number of arguments does not match definition C:\Users\Alistair\Documents\GTA SA SERVER\gamemodes\grandlarc.pwn(892) : warning 202: number of arguments does not match definition C:\Users\Alistair\Documents\GTA SA SERVER\gamemodes\grandlarc.pwn(898) : warning 203: symbol is never used: "gArmySpawns" C:\Users\Alistair\Documents\GTA SA SERVER\gamemodes\grandlarc.pwn(898) : warning 203: symbol is never used: "gMedicalSpawns" C:\Users\Alistair\Documents\GTA SA SERVER\gamemodes\grandlarc.pwn(898) : warning 203: symbol is never used: "gPoliceSpawns" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 6 Warnings.
Код:
if (strcmp(cmdtext, "/xmas", true, 10) == 0) { SetPlayerPos(playerid, -949.3331,1042.2097, 24.8737, 155.4377); // (XMAS Stunt) return 1; } if (strcmp(cmdtext, "/lsair", true, 10) == 0) { SetPlayerPos(playerid, 1821.2937,-2354.8196,28.3898,246.1224); // LS AIR SendClientMessage(playerid, COLOR_WHITE, "You have been teleported to Los Santos, Airport."); return 1; } if (strcmp(cmdtext, "/waterstunt", true, 10) == 0) { SetPlayerPos(playerid,1853.6066,-2726.8713,10.9648,180.4626);// Water Stunt (LS AIR) SendClientMessage(playerid, COLOR_WHITE, "You have been teleported to Water Stunt 1."); return 1; }