Problem [I'LL REP !! ]
#1

The gamemode works fine, but when I add this
pawn Код:
public OnPlayerRequestClass(playerid)
{
    InterpolateCameraPos(playerid, 2652.221435, 43.546924, 68.585899, 2136.362548, 42.028499, 34.926959, 60000);
    InterpolateCameraLookAt(playerid, 2648.556640, 43.464473, 66.985389, 2132.563232, 42.066158, 33.676406, 60000);
It compiles fine, but when i start the gamemode i get this

Run time error 19: "File or function is not found"
Reply
#2

pawn Код:
public OnPlayerRequestClass(playerid)
{
    InterpolateCameraPos(playerid, 2652.221435, 43.546924, 68.585899, 2136.362548, 42.028499, 34.926959, 60000);
    InterpolateCameraLookAt(playerid, 2648.556640, 43.464473, 66.985389, 2132.563232, 42.066158, 33.676406, 60000);
}
Forgot the closing brace.
Reply
#3

pawn Код:
public OnPlayerRequestClass(playerid)
{
    InterpolateCameraPos(playerid, 2652.221435, 43.546924, 68.585899, 2136.362548, 42.028499, 34.926959, 60000);
    InterpolateCameraLookAt(playerid, 2648.556640, 43.464473, 66.985389, 2132.563232, 42.066158, 33.676406, 60000);
}
Use it.
Hope it helps.
Reply
#4

Lol i know, I already have them, If i didn't It wouldn't compile, It compiles fine and without errors/warnings but still cant start the server
Reply
#5

Make sure you have a SA:MP server higher than 0.3e and have recompiled your script with that version
Reply
#6

Did u put plugins in cfg ?
Reply
#7

Yes, i got the last server package and I got the plugins in cfg
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)