09.02.2010, 14:44
After i go through tutorial ( My RP From Scratch )
And i spawn, Im frozen, Its supposed to unfreeze me, But it dosent,
Thats what i have now,
I used to have ( Still didnt unfreeze me )
Anyone know why?
EDIT: I replaced most of my code with stars
And i spawn, Im frozen, Its supposed to unfreeze me, But it dosent,
pawn Код:
public PlayerSpawn(playerid)
{
***************
***************
***************
***************
***************
***************
Unfreeze(playerid);
return 1;
}
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