09.09.2011, 19:28
Код:
public OnFilterScriptInit() { new Capsule1 = CreateDynamicObject(8948,-238.96049046039,1473.6326546091,149.98042869592,0.00000000,270.00000000,349.99438477); //object(lckupgrgdoor_lvs)(1) } The command.... CMD:move(playerid, params[]) { MoveObject(Capsule1, 1389.12402344,-1679.52185059,12.97999668, 4); }
However, its throwing these codes:
"C:\Users\Charivs\Downloads\NGRP\NGRP by bijoyekuza and PawnScripting\filterscripts\SAASA.pwn(49) : warning 204: symbol is assigned a value that is never used: "Capsule1"
C:\Users\Charivs\Downloads\NGRP\NGRP by bijoyekuza and PawnScripting\filterscripts\SAASA.pwn(270) : error 017: undefined symbol "Capsule1""
Obviously Capsule1 is defined, and is assigned a value... Atleast in my eyes... What'd I do wrong?