14.06.2011, 16:37
C:\Users\Dennis\Desktop\Ny mapp\LSLRP 0.3C\gamemodes\SASDLSPDHQ.pwn(119) : error 010: invalid function or declaration
C:\Users\Dennis\Desktop\Ny mapp\LSLRP 0.3C\gamemodes\SASDLSPDHQ.pwn(123) : error 010: invalid function or declaration
Got those two errors when i compiled and this is the scripted part by me.
if (strcmp("/gateclose", cmdtext, true, 10) == 0)
{
MoveObject(968,1407.65356445,423.91366577,19.75000 000,0.00000000,89.00000000);//This will move the gate back to the old position
}
return 1;
}
}
Thanks!!!
C:\Users\Dennis\Desktop\Ny mapp\LSLRP 0.3C\gamemodes\SASDLSPDHQ.pwn(123) : error 010: invalid function or declaration
Got those two errors when i compiled and this is the scripted part by me.
if (strcmp("/gateclose", cmdtext, true, 10) == 0)
{
MoveObject(968,1407.65356445,423.91366577,19.75000 000,0.00000000,89.00000000);//This will move the gate back to the old position
}
return 1;
}
}
Thanks!!!