GameTextForPlayer not working
#2

pawn Код:
public OnPlayerPickUpDynamicPickup(playerid, pickupid)
{
    for(new i = 1; i < sizeof(ePickupInfo); i++)
    {
        if(pickupid == ePickupInfo[i][epPID])
        {
            printf("%d %d %d, %s", pickupid, ePickupInfo[i][epPID], ePickupInfo[i][epSQLID], ePickupInfo[i][epDiscription]);
            format(globalstring, sizeof(globalstring), "%s", ePickupInfo[i][epDiscription]);
            GameTextForPlayer(playerid, globalstring, 3000, 5);
        }
    }
    return 1;
}
Try This
Reply


Messages In This Thread
GameTextForPlayer not working - by CoaPsyFactor - 09.06.2012, 14:00
Re: GameTextForPlayer not working - by JhnzRep - 09.06.2012, 14:07
Re: GameTextForPlayer not working - by CoaPsyFactor - 09.06.2012, 14:12
Re: GameTextForPlayer not working - by ikey07 - 09.06.2012, 14:25
Re: GameTextForPlayer not working - by CoaPsyFactor - 09.06.2012, 17:25

Forum Jump:


Users browsing this thread: 1 Guest(s)