31.08.2010, 18:17
How can I take out 3 values from a string which have a "," between them, yes ofc with split. Suppose this is the string
pawn Код:
format(string, sizeof(string),"Pos=%.1f,%.1f,%.1f\n",PlayerInfo[playerid][pPosx],PlayerInfo[playerid][pPosy],PlayerInfo[playerid][pPosz]);