Search Results
Thank you both, I should've tried oldkeys before...
214
Did you put that in OnPlayerConnect?
74
I'm using player textdraws + that will show the textdraws. If you mean I should hide it like that, I already tried.
214
Thanks, added a new pastebin link.
432
It changes to 1 when you type /cmds. pawn Код: CMD:cmds(playerid, params[]){    if (APlayerData[playerid][LoggedIn] == true)    {        CommandsS[playerid] = 1;        ShowCommandsTe...
214
The textdraws aren't hiding, it did work a few days ago, but I have no idea why it's not working now.. pawn Код: stock HideCommandsTextDraws(playerid){    PlayerTextDrawHide(playerid, TDBox[pla...
214
Call of the Wildman Numb3rs CSI: Miami Too Cute! The Simpsons Outback Truckers
1,101
Quote: Originally Posted by SickAttack The video doesn't work. It does. Nice.
199
pawn Код: new PlayerText:BlackScreen[MAX_PLAYERS]; OnPlayerConnect pawn Код: PlayerTextDrawShow(playerid, BlackScreen[playerid]);BlackScreen[playerid] = CreatePlayerTextDraw(playerid, 711.375...
107
Did you compile with this in the command? If you did, you have to edit it... pawn Код: insert model id of trailer here
215
Search for this. pawn Код: new bool:ShowBoughtHouses = false; Replace it with this. pawn Код: new bool:ShowBoughtHouses = true;
76
pawn Код: dole7[playerid] = CreatePlayerTextDraw(playerid, 443.199615, 375.573730, "New Textdraw");
184
pawn Код: CMD:help(playerid, params[]){    SendClientMessage(playerid, COLOR_WHITE, "                  -----[COMMANDS]-----");    SendClientMessage(playerid, COLOR_WHITE, "/locations ...
136
pawn Code: CMD:rac(playerid, params[]){    SendAdminText(playerid, "/rac", params);    if(APlayerData[playerid][PlayerLevel] > 1)    {        for (new i = 1; i < MAX_VEHICLES; i++)  ...
23,425
pawn Код: #include <zcmd>
137