"Stay Within the World Boundries"
#1

Something very weird happened. After I select player and pressed "Spawn" (OnPlayerRequestSpawn) I got "Stay Within the World Boundries" like million times on a TextDraw or something..
Here's my OnPlayerRequestSpawn public:
pawn Код:
public OnPlayerRequestSpawn(playerid) {
    // Stats
    format(str, sizeof(str), "   Phone: %d        Money: %d        Bank Money: %d        Payday: %d", PlayerInfo[playerid][pPhone], PlayerInfo[playerid][pMoney], PlayerInfo[playerid][pBankMoney], PlayerInfo[playerid][pPayday]);
    StatsText[playerid] = TextDrawCreate(0.0, 436.0, str);
    TextDrawFont(StatsText[playerid], 1);
    TextDrawColor(StatsText[playerid], 0xFFFFFFAA);
    TextDrawUseBox(StatsText[playerid], 1);
    TextDrawBoxColor(StatsText[playerid], 0x000000AA);
    TextDrawSetShadow(StatsText[playerid], 1);
    TextDrawShowForPlayer(playerid, StatsText[playerid]);
   
    SetTimerEx("SetSkin", 1, false, "d", playerid);
    return 1;
}
Reply


Messages In This Thread
"Stay Within the World Boundries" - by Verbal - 12.05.2012, 14:50
Re: "Stay Within the World Boundries" - by CidadeNovaRP - 12.05.2012, 14:51
Re: "Stay Within the World Boundries" - by Faisal_khan - 12.05.2012, 15:08
Re: "Stay Within the World Boundries" - by Verbal - 12.05.2012, 15:19

Forum Jump:


Users browsing this thread: 2 Guest(s)