- 0
Dc imi da errorile astea?
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
evilangel
Salut deci am facu un fs cu ajutorul cariua sa iti apara deaspra capului un TEXT 3D am facut .PWN si imi da erorile asta cand il compilez imi da errorile asta:(:warning 235: public function lacks forward declaration (symbol "OnPlayerConnect")
warning 235: public function lacks forward declaration (symbol "OnPlayerConnect")
: error 017: undefined symbol "Info"
warning 215: expression has no effect
error 001: expected token: ";", but found "]"
error 029: invalid expression, assumed zero
fatal error 107: too many error messages on one line
FS arata cam asa:[table]
public OnPlayerConnect(playerid){
if(Info[playerid][Level] ==126|| Info[playerid][Level] ==127)
{
new Text3D:Admin3D[MAX_PLAYERS];
Admin3D[playerid] = Create3DTextLabel("SGM",COLOR_WHITE,0.0,0.0,0.0,50.0,-1,1);
Attach3DTextLabelToPlayer(Admin3D[playerid], playerid, 0.0, 0.0, 0.5);
}
[/table]
2 answers to this question
Recommended Posts