Quote:
Originally Posted by Ritzy
Haven't really worked with checkpoints a lot.
But pretty sure this is the issue -
Код:
PlaneCheck[playerid][0] = CreateDynamicCP(-180.1399,-2571.9312,36.1735, 2, 0, 0, -1, 300, 100, 0);
your -1 is the playerid arguement. I think you need to change it to playerid
|
Already thought that might be it but to no avail