29.04.2009, 15:24
help pelase i get errors
and this is te script:
it says line 1511
and this is line 1511
can anyone help me plzzz
pawn Код:
C:\Documents and Settings\Luc\Bureaublad\Pawno\gamemodes\SDR.PWN(1511) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Luc\Bureaublad\Pawno\gamemodes\SDR.PWN(1511) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Luc\Bureaublad\Pawno\gamemodes\SDR.PWN(1511) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Luc\Bureaublad\Pawno\gamemodes\SDR.PWN(1511) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Warnings.
pawn Код:
if (strcmp("/opengate1", cmdtext, true) == 0)
{
MoveObject(gate1, 980, 1557.510864, -2539.105957, 15.320267, 0.0000, 0.0000, 0.0000, 5); //5 is the speed of opening and the coords when the gate is opened
SendClientMessage(playerid, 0x00F600AA, "GATE OPENED !");
return 1;
}
and this is line 1511
pawn Код:
MoveObject(gate1, 980, 1557.510864, -2539.105957, 15.320267, 0.0000, 0.0000, 0.0000, 5); //5 is the speed of opening and the coords when the gate is opened
