Jump to content
  • 0

MySql save


andy47

Question

intreg scriptul:

public OnPlayerDisconnect(playerid, reason)
{
	new pName[MAX_PLAYER_NAME];
	GetPlayerName(playerid,pName,sizeof(pName));
	mysql_function_query(1,"UPDATE Users",false,"Name = '%s'",pName);
	mysql_function_query(1,"UPDATE Users",false,"Money = '%d'",GetPlayerMoney(playerid));
	return 1;
}
linia 81:
mysql_function_query(1,"UPDATE Users",false,"Money = '%d'",GetPlayerMoney(playerid));
eroarea:
C:\National Of StuntAge\MySql Project\gamemodes\MySql.pwn(81) : error 035: argument type mismatch (argument 5)
Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase


1 Error.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • 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.