09.07.2011, 16:58
If your not posting to help, mind not posting at all?
I believe ||123|| has answered your question. To further understand what the problem was, you've placed to brackets after the SetPlayerCameraLookAt function. Your simply opening and closing what's within the 'parameter', which is the: (playerid,1481.2017,-1756.9124,17.5313). 2 Brackets were uncalled for.
Once you receive errors, and compilation has failed, your .amx file hasn't been created (this is the file which allows successfull execution your server or gamemode). Since your .amx file hasn't been created the server would fail to execute which would then give you the message that the gamemode could not be loaded.
I'd recommend you to read: https://sampwiki.blast.hk/wiki/Scripting_Basics
I believe ||123|| has answered your question. To further understand what the problem was, you've placed to brackets after the SetPlayerCameraLookAt function. Your simply opening and closing what's within the 'parameter', which is the: (playerid,1481.2017,-1756.9124,17.5313). 2 Brackets were uncalled for.
Once you receive errors, and compilation has failed, your .amx file hasn't been created (this is the file which allows successfull execution your server or gamemode). Since your .amx file hasn't been created the server would fail to execute which would then give you the message that the gamemode could not be loaded.
I'd recommend you to read: https://sampwiki.blast.hk/wiki/Scripting_Basics