Hey all, i got some wierd problems with my server...
(i downloaded the package yesterday from vicecitymultiplayer.com, so i run the newest & pawn-using one)
When i spawn i can only move my camera and rotate, i can't walk or move forward in any way...
I think this code will do for now:
public OnPlayerSpawn(playerid,classid,teamid)
{
TogglePlayerControllable(playerid, 1);
return 1;
}
Did i forget something?