Jump to content
  • 0

Question

11 answers to this question

Recommended Posts

  • 0
Posted

sau fa asa

pune astea la // save in systems

#define pPetStatusx         87
#define pPetPointsx         88 
#define pPetLevelx          89
#define pPetNamex           90

  • 0
Posted

pune ce ti-am lasat eu, apoi la function update pune asta

case pPetStatusx: format(var, sizeof(var), "UPDATE `users` SET `PetStatus`='%d' WHERE `ID`='%d'",PlayerInfo[playerid][pPetStatus], PlayerInfo[playerid][pSQLID]);	
			case pPetPointsx: format(var, sizeof(var), "UPDATE `users` SET `PetPoints`='%d' WHERE `ID`='%d'",PlayerInfo[playerid][pPetPoints], PlayerInfo[playerid][pSQLID]);	
			case pPetLevelx: format(var, sizeof(var), "UPDATE `users` SET `PetLevel`='%d' WHERE `ID`='%d'",PlayerInfo[playerid][pPetLevel], PlayerInfo[playerid][pSQLID]);	
			case pPetNamex: format(var, sizeof(var), "UPDATE `users` SET `PetName`='%d' WHERE `ID`='%d'",PlayerInfo[playerid][pPetName], PlayerInfo[playerid][pSQLID]);		

 

  • 0
Posted
Acum 2 minute, Stefano a spus:

sau fa asa

pune astea la // save in systems

#define pPetStatusx         87
#define pPetPointsx         88 
#define pPetLevelx          89
#define pPetNamex           90

da asta trb sa fac ms fain ?

  • 0
Posted

Nu imi dau seama unde ai gresit  nu cazesc nici un "?"

4 Errors.
E:\Aplicatii\Includes\include\systems.inc(483) : error 001: expected token: ":", but found "�"
E:\Aplicatii\Includes\include\systems.inc(483) : error 029: invalid expression, assumed zero
E:\Aplicatii\Includes\include\systems.inc(483) : error 029: invalid expression, assumed zero
E:\Aplicatii\Includes\include\systems.inc(483) : fatal error 107: too many error messages on one line

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.