17.02.2012, 16:31
(
Последний раз редактировалось Rizard; 17.02.2012 в 21:38.
)
pawn Код:
stock CreateCheckpointHere(playerid, Float:size) //Not sure what this'd be used for though
{
new Float:x_, Float:y_, Float:z_;
GetPlayerPos(playerid, x_, y_, z_);
SetPlayerCheckpoint(playerid, x_, y_, x_, size);
return 1;
}
Good job, all the way.
[EDIT] include updated, problem solved.