23.11.2011, 15:34
hey guys ive got a problem when i wanted to compile my gamemode after i pasted this script under OnGamemodeinit :
i got this error:
please help how to fix it?
Код:
print("my gamemode"); ConnectNPC("MyFirstNPC","mynpc"); MyFirstNPCVehicle = CreateVehicle(400, 0.0, 0.0, 5.0, 0.0, 3, 3, 5000);
Код:
E:\desktop\TE\gamemodes\TE.pwn(143) : warning 204: symbol is assigned a value that is never used: "MyFirstNPCVehicle" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Warning.
