HELP.. Data Mysql to var function
#5

pawn Код:
public OnPlayerSpawn(playerid)
{
    new texto[128];
    SetPlayerInterior(playerid,0);
    MysqlCargarDato(playerid, "sexo");
    format(texto, sizeof(texto), "Your Sex: %s", pinfo[playerid][sexo]);
    SendClientMessage(playerid, COLOR_LIGHTBLUE, texto);
    return 1;
}
Reply


Messages In This Thread
HELP.. Data Mysql to var function - by Zafire1410 - 04.08.2010, 23:56
Re: HELP.. Data Mysql to var function - by Zafire1410 - 05.08.2010, 01:35
Re: HELP.. Data Mysql to var function - by Johndaonee - 05.08.2010, 05:35
Re: HELP.. Data Mysql to var function - by Zafire1410 - 05.08.2010, 14:17
Re: HELP.. Data Mysql to var function - by Kar - 05.08.2010, 14:18
Re: HELP.. Data Mysql to var function - by Zafire1410 - 05.08.2010, 14:28

Forum Jump:


Users browsing this thread: 1 Guest(s)