Posts: 1,293
Threads: 6
Joined: Jul 2008
Reputation:
0
You need to use either strtok or sscanf, both are listed on the wiki.
Posts: 375
Threads: 117
Joined: Feb 2009
Reputation:
0
Okay, thanks for the help, but, if I want to set the player position of the select player.
I mean: /suspect 0 <--- put the ID 0 at some place.
I can't use SetPlayerPos(PLAYERID, ..., ..., ...)
What do I use in the place of PLayerid?
Posts: 375
Threads: 117
Joined: Feb 2009
Reputation:
0
The only way to you guys answer me is double-posting.
Posts: 2,593
Threads: 34
Joined: Dec 2007
Quote:
Originally Posted by Hot
Okay, thanks for the help, but, if I want to set the player position of the select player.
I mean: /suspect 0 <--- put the ID 0 at some place.
I can't use SetPlayerPos(PLAYERID, ..., ..., ...)
What do I use in the place of PLayerid?
|
ekhm why u cant use SetPlayerPos?
Код:
SetPlayerPos(giveplayerid, X,Y,Z);