22.06.2007, 14:50
Hi, i had an old speedometer, and i replaced the GameTextForPlayer(i, strings, 1500, 5); for
it works fine on my screen, but when a new player is connected, he get the speedometer, and mines dissappear
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?
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?