Guten Abend, wie mein thema schon vorrauss sagt will mein Dynamische Pickup System nicht klappen. Ich habe So gemacht das ich Pickups mit Text erstellen kann nur bekomme ich error.
stock CreatePickupEx(modelid, spawntype, Float:x, Float:y, Float:z, text[])
{
Create3DTextLabel(text, WHITE, x, y, z, 15.0);
return CreatePickup(modelid, spawntype, x, y, z);
}
ZitatC:\Users\Dr.Falke\Desktop\GetLife.pwn(2910) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Warning.