10.05.2011, 19:19
Punk - thanks, it solved my problem. But I've got a new problem now (other thing)
Compiler error:
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
}
Код:
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