[Easy to solve] Basic Problem
#3

Quote:
Originally Posted by CyberGhost
Посмотреть сообщение
pawn Код:
new editingplace[MAX_PLAYERS];
Punk - thanks, it solved my problem. But I've got a new problem now (other thing)

pawn Код:
for(new p = 0; p < sizeof(PlaceInfo); p++)
    {
        new string[128];
        PlaceInfo[p][plPick] = CreatePickup(1318,28,PlaceInfo[p][plOutX],PlaceInfo[p][plOutY],PlaceInfo[p][plOutZ]);
        format(string,sizeof(string),"%s\nID: %i",PlaceInfo[p][plText],p);
        PlaceInfo[p][plLabel] = Create3DTextLabel(string,COLOR_YELLOW,PlaceInfo[p][plOutX],PlaceInfo[p][plOutY],PlaceInfo[p][plOutZ]+0.7,10.0,0,0);
        pickups++; // Line 13644
    }
Compiler error:
Код:
C:\Users\rodi\Desktop\Hakam\Universal Roleplay 0.3b [bak]\U-RP\gamemodes\u-rp.pwn(13644) : error 017: undefined symbol "pickups"
C:\Users\rodi\Desktop\Hakam\Universal Roleplay 0.3b [bak]\U-RP\gamemodes\u-rp.pwn(13644) : warning 215: expression has no effect
Reply


Messages In This Thread
[Easy to solve] Basic Problem - by ••• ĤБĶБM ••• - 10.05.2011, 19:15
Re: [Easy to solve] Basic Problem - by Laronic - 10.05.2011, 19:16
Re: [Easy to solve] Basic Problem - by ••• ĤБĶБM ••• - 10.05.2011, 19:19
Re: [Easy to solve] Basic Problem - by o_O - 10.05.2011, 19:22
Re: [Easy to solve] Basic Problem - by Berky - 10.05.2011, 19:27
Re: [Easy to solve] Basic Problem - by ••• ĤБĶБM ••• - 11.05.2011, 10:43
Re: [Easy to solve] Basic Problem - by Biesmen - 11.05.2011, 11:00
Re: [Easy to solve] Basic Problem - by Seven_of_Nine - 11.05.2011, 12:02
Re: [Easy to solve] Basic Problem - by Biesmen - 11.05.2011, 17:06
Re: [Easy to solve] Basic Problem - by Sasino97 - 11.05.2011, 18:19

Forum Jump:


Users browsing this thread: 4 Guest(s)