NEED help with errors (Auto matic Gate)
#1

C:\Users\Joe\Desktop\New SampServer\gamemodes\GTAFREEMODE.pwn(75) : warning 213: tag mismatch
C:\Users\Joe\Desktop\New SampServer\gamemodes\GTAFREEMODE.pwn(249) : warning 202: number of arguments does not match definition
C:\Users\Joe\Desktop\New SampServer\gamemodes\GTAFREEMODE.pwn(254) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


3 Warnings.

list number
75 c_gate = (2634, -2468.499512, 1547.232300, 24.105165, 0.0000, 0.0000, 270.0000);
249 MoveObject(c_gate, -2468.497314, 1545.515503, 24.230164);
254 MoveObject(c_gate, -2468.499512, 1547.232300, 24.105165);

Thanks XxJoexX
Reply
#2

Код:
c_gate = CreateObject(2634, -2468.499512, 1547.232300, 24.105165, 0.0000, 0.0000, 270.0000);
MoveObject(c_gate, -2468.497314, 1545.515503, 24.230164, 1.5);
MoveObject(c_gate, -2468.499512, 1547.232300, 24.105165, 1.5);
there...
Reply
#3

Ahh thz
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)