Not unfreezing me?
#1

After i go through tutorial ( My RP From Scratch )
And i spawn, Im frozen, Its supposed to unfreeze me, But it dosent,

pawn Код:
public PlayerSpawn(playerid)
{
***************
***************
***************
***************
***************
***************
Unfreeze(playerid);
return 1;
}
Thats what i have now,
I used to have ( Still didnt unfreeze me )

pawn Код:
public PlayerSpawn(playerid)
{
***************
***************
***************
***************
***************
***************
TogglePlayerControllable(playerid, 1);
return 1;
}

Anyone know why?

EDIT: I replaced most of my code with stars
Reply
#2

its just me or your using PlayerSpawn and the SAMP server public is OnPlayerSpawn??
Reply
#3

OnPlayerSpawn returns to PlayerSpawn,
But i fixed it now anyway
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)