- 0
Eroare
-
Similar Content
-
- 1 answer
- 477 views
-
- 0 replies
- 237 views
-
- 1 reply
- 610 views
-
- 1 reply
- 449 views
-
- 3 replies
- 506 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
Question
wNekiRo
public ReloadHouses( )
{
for( new x; x < MAX_HOUSES; x++ )
{
if( HouseLabel[ x ] ) Delete3DTextLabel( HouseLabel[ x ] );
if( HousePickup[ x ] ) DestroyPickup( HousePickup[ x ] );
if( HouseLabel1[ x ] ) Delete3DTextLabel( HouseLabel1[ x ] );
if( HousePickup1[ x ] ) DestroyPickup( HousePickup1[ x ] );
}
Total_House_Created = 0;
mysql_tquery(handle, "SELECT * FROM `houses`", "LoadHouses" ); ------> Eroarea o am aici.
return 1;
}
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.