code to get player position.
#9

Look at this code:

pawn Код:
COMMAND:myplace(playerid,params[])
{
mysql_query( "SELECT * FROM `playerdata` ORDER BY `Exp`" );
mysql_store_result();
new MyPlace = mysql_fetch_int();
printf("Your Place %d: Score: %d", MyPlace, GetPlayerScore(playerid));
mysql_free_result();
return 1;
}
What here is wrong?
Reply


Messages In This Thread
code to get player position. - by budelis - 13.09.2011, 13:16
Re: code to get player position. - by Kingunit - 13.09.2011, 13:36
Re: code to get player position. - by budelis - 13.09.2011, 16:40
Re: code to get player position. - by Zonoya - 13.09.2011, 16:47
Re: code to get player position. - by budelis - 13.09.2011, 18:41
Re: code to get player position. - by Berky - 13.09.2011, 18:55
Re: code to get player position. - by budelis - 14.09.2011, 15:15
Re: code to get player position. - by Universal - 14.09.2011, 15:21
Re: code to get player position. - by budelis - 15.09.2011, 12:52
Re: code to get player position. - by budelis - 16.09.2011, 18:04

Forum Jump:


Users browsing this thread: 3 Guest(s)