14.03.2009, 09:01
Hey there!
I am testing some scripts on my test server and id like you to tell me why ONLY in Public Enemy scripts it gives errors at "CreateObject" like mine. Ive tested on simple gamemodes and it works fine...
Any time i add a code like this at the end of my Penls.pwn script so as to spawn an object, i get the same error:
Line:
Error:
I am sure somebody knows the reason, cuz ive seen objected Penls servers before. Thanks a lot!
I am testing some scripts on my test server and id like you to tell me why ONLY in Public Enemy scripts it gives errors at "CreateObject" like mine. Ive tested on simple gamemodes and it works fine...
Any time i add a code like this at the end of my Penls.pwn script so as to spawn an object, i get the same error:
Line:
Код:
garage = CreateObject( 971, -1627.539063, 688.219788, 9.757433, 0.000000 , 0.000000 , 0.000000 );
Код:
D:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\penls.pwn(19515) : error 010: invalid function or declaration