15.04.2011, 10:33
ok so im trying to make it so when you type /check it creates a dynamic streamed checkpoint for you ONLY so you only can see it
but i get this warning
thanks
Код:
if (strcmp("/check", cmdtext, true, 10) == 0) { CreateDynamicCP(playerid,2144.1438,1639.9912,993.5761, 2.0, -1, 1, -1, 100.0); return 1; }
Код:
C:\Users\Stephen-Laptop\Desktop\Samp Testing Server\gamemodes\game.pwn(234) : warning 213: tag mismatch C:\Users\Stephen-Laptop\Desktop\Samp Testing Server\gamemodes\game.pwn(234) : warning 202: number of arguments does not match definition Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Warnings.