hi
ich hab eine gokartmap gemacht und will da noch ein teleport befehl hin haben.
alles soll in einem filterscript laufen
das hier is ja richtig oder ??
if (strcmp("/kart", cmdtext, true) == 0)
{
SetPlayerPos(playerid, -115,2286.1597,605.1251,10.8203,216.5794);
return 1;
}
aber ich bekomm errors
E:\GTASAMP\Fertige Server\San Andreas Turf Wars ULTIMATE\San Andreas Turf Wars ULTIMATE\filterscripts\map.pwn(11) : error 010: invalid function or declaration
E:\GTASAMP\Fertige Server\San Andreas Turf Wars ULTIMATE\San Andreas Turf Wars ULTIMATE\filterscripts\map.pwn(14) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
kann einer helfen