Checkpoint problem
#1

pawn Код:
vmcheckpoints[abcategory][0][playerid] = CreateDynamicCP(-2049.9878,-127.3140,35.2879, 5, 0, 0, 1,300.0); //1
Why won't this code create a checkpoint?
Reply
#2

Anyone?
Reply
#3

Your only creating it for id 1. So it will only ever be visible to playerid 1. Use -1 for all players like this.
pawn Код:
vmcheckpoints[abcategory][0][playerid] = CreateDynamicCP(-2049.9878,-127.3140,35.2879, 5, 0, 0, -1,300.0); //1
Or you could use "playerid" instead for one player.
Reply
#4

Thank's
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)