Jump to content

problem in race_client


matito6

Recommended Posts

Welcome. i have problem in race_client.

this is my problem :

original race_client have :

g_GUI['travelImage']  = guiCreateStaticImage(screenWidth/2-256, screenHeight/2-90, 512, 256, 'img/travelling.png', false, nil) 

and my that I converted because I wanted that picture was traveling on the screen and was good at any resolution

:

g_GUI['travelImage']  = guiCreateStaticImage(0, 0, screenWidth, screenHeight, 'img/travelling.png', false, nil) 

why dont work ? run the race and the black screen -.- pls help me ;]

Link to comment
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...