- 0
Two Error
-
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
SpriTe_
Mai devreme am mai facut un topic in care am spus ca rezolv un GM si iata ca mai am 2 erori:
[pawn]
error 010: invalid function or declaration
error 001: expected token: ";", but found "-identifier-"
[/pawn]
Si scriptul:
[pawn]
stock RichPlayerName(playerid) { //aici vin erorile !!!
new RichName[32];
GetPlayerName(playerid, RichName, 64);
return RichName;
}
[/pawn]
Help me please`!
5 answers to this question
Recommended Posts