Hallo,
es kommt immer der Fehler, wenn ich mich zum LV-Airport porte.
Wenn ich allerdings dorthin fahre, klappt alles.
AddPlayerClass ist drinne. SetSpwnInfo habe ich nicht drinne.
AddPlayerClass(0, 2907.6277, -1081.6527, 11.8358, 269.1425, 0, 0, 0, 0, 0, 0);
ocmd:gotopos(playerid,params[])
{
new pos[3];
if(sscanf(params,"fff",pos[0],pos[1],pos[2]))return SCM(playerid,COLOR_GRAU,"/gotopos x y z");
SetPlayerPos(playerid,pos[0],pos[1],pos[2]);
return 1;
}
Habt ihr Ideen? Ist ein Linux Server by Samp4You