Doesnt compile
#1

Soo the error is
Quote:

C:\Documents and Settings\Danny\Desktop\New Folder\Crystal RP\gamemodes\RP.pwn(7972) : error 017: undefined symbol "playerid"

AND THEN I PUT #define playerid and it doesnt compile,
It says Compiled nothing shows up?

Werid, please help?
Reply
#2

#define playerid doesn't fix it.

Show more code around line 7972.
Reply
#3

Quote:

ClearChatbox(i, 10);
SendClientMessage(i, COLOR_YELLOW2, "Welcome to the Los Santos.");
SendClientMessage(i, COLOR_GRAD1, "To call a taxi use call 444");
SendClientMessage(i, COLOR_GRAD1, "Danny Rules CO.");
SendClientMessage(i, COLOR_GRAD1, "To change your outfit you have to go to clothes shop");
SendClientMessage(i, COLOR_GRAD1, " ");
TextDrawHideForPlayer(i,lbt);
TextDrawHideForPlayer(i,lbb);
TutTime[i] = 0; PlayerInfo[i][pTut] = 1;
gOoc[i] = 0; gNews[i] = 0; gFam[i] = 0;
TogglePlayerControllable(i, 1);
MedicBill[i] = 0;
AfterTutorial[i] = 1;
SetTimerEx("UnsetAfterTutorial", 2500, false, "i", i);
SetTimerEx("UnsetFirstSpawn", 5000, false, "i", i);
SetPlayerPos(playerid,-1417.0,-295.8,14.1)

I want to make spawn at SF airport :/
Reply
#4

Change playerid to i
Reply
#5

I hate you lol
Thanks Man.
Reply
#6

I mean it worked
Reply
#7

Quote:
Originally Posted by dannyk0ed
Посмотреть сообщение
I hate you lol
Thanks Man.
I hate you too
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)