07.02.2010, 13:50
Thank you so much on teaching me how. I love the streamer but I'm having a problem.
How can i use this streamer to do something like this
So if a person is not checkpoint "gCheckpoint[1]" how can i add that into a command.
My command is /robdonut and if a play is not in gCheckpoint[1] it should say "You are not in the donut shop"
How can i use this streamer to do something like this
Код:
if(!IsPlayerInCheckpoint(playerid)) {
My command is /robdonut and if a play is not in gCheckpoint[1] it should say "You are not in the donut shop"