23.02.2010, 18:00
Quote:
Originally Posted by VonLeeuwen
You have this?
383: new Pos[3] GetPlayerPos(playerid, Pos[0], Pos[1], Pos[2]); 385: SetPlayerPos(playerid, Pos[0], Pos[1], Pos[2] + 10); SendClientMessage(playerid, 0xFF0000AA, "Commander: team car jacking isn't allowed here !!"); If yes, just remove line 383: new Pos[3] This will fix all warnings, but, just for your information, if you didn't use Pos[3] yet, you had to add a ; behind new Pos[3]. So, just remove new Pos[3] now |
C:\Users\Max\Desktop\server\gamemodes\ww3.pwn(384) : error 035: argument type mismatch (argument 2)
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase