- 0
Error Compile
-
Similar Content
-
- 1 reply
- 2.000 views
-
-
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
Orion
Salut,am si eu o problema la compile..
[pawn](4579) : error 029: invalid expression, assumed zero[/pawn]
Asta e :
[pawn]forward EsteScripter(playerid);
public EsteScripter(playerid)
{
if(IsPlayerConnected(playerid))
{
new nume[512];
GetPlayerName(playerid, nume, sizeof(nume));
if((strcmp(nume, "Theoo", true) == 0)
line 4579 {
return 1;
}
}
return 0;
}[/pawn]
2 answers to this question
Recommended Posts