I have problem after register complete!!
#1

How to fix that?

After I register character my screen is black !!

Script Base Roleplay

Quote:

this::SetupConfirmed(playerid)
{
if (PlayerInfo[playerid][pSetupInfo])
{
for (new i = 0; i < 16; i ++) {
PlayerTextDrawDestroy(playerid, SetUp[playerid][i]);
}

SetPlayersSpawn(playerid);
//SpawnPlayer(playerid);

TogglePlayerControllable(playerid, 1);
CancelSelectTextDraw(playerid);

for (new i = 0; i < 30; i ++)
{
SendClientMessage(playerid, COLOR_GREY, " ");
}
SendServerMessage(playerid, "You have spawned at the Los Santos International Airport.");
SendServerMessage(playerid, "There are some rental vehicles located nearby for transportation or you can call an cab to transport you.");
}
}

Reply
#2

Reply
#3

Код:
TextDrawHideForPlayer(playerid, SetUp[playerid]);
Try to put that instead of PlayerTextDrawDestroy or cancel textdraw if it has the same function of hiding it.
Reply
#4

Quote:
Originally Posted by Mike861
Посмотреть сообщение
Код:
TextDrawHideForPlayer(playerid, SetUp[playerid]);
Try to put that instead of PlayerTextDrawDestroy or cancel textdraw if it has the same function of hiding it.
I try TextdrawHideForPlayer before use PlayerTextDrawDestroy but is same problem.
Reply
#5

Dumpppp
Reply
#6

Thank, I can fix that
Reply
#7

From where did you downloaded this gamemode?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)