22.06.2007, 22:42
Quote:
Originally Posted by Simbad De Zeeman
Hi, i had an old speedometer, and i replaced the GameTextForPlayer(i, strings, 1500, 5); for
Code:
//GameTextForPlayer(i, strings, 1500, 5); TextDrawDestroy(gText); gText = TextDrawCreate(10.0, 100.0, strings); TextDrawShowForPlayer(i, gText); oldpos[i][0] = newpos[i][0]; oldpos[i][1] = newpos[i][1]; then when a new player connects, that player will get the speedo, and the old player's speedo meter dissapear.. did i make a stupid mistake? |