Jump to content
  • 0

pomoc Register Dialog


Dandi

Dotaz

10 odpovědí na tuto otázku

Recommended Posts

  • 0

skusil

na řadku vše :dUserSetINT(PlayerName(playerid).("money",GetPlayerMoney(playerid);

error 012: invalid function call, not a valid address

error 012: invalid function call, not a valid address

warning 215: expression has no effect

error 001: expected token: ";", but found ")"

fatal error 107: too many error messages on one line

Link to comment
Share on other sites

  • 0

mám

//Stocky

stock SystemMsg(playerid,msg[])

{

if ((IsPlayerConnected(playerid))&&(strlen(msg)>0))

{

SendClientMessage(playerid,COLOR_SYSTEM,msg);

}

stock PlayerName(playerid)

{

new name[255];

GetPlayerName(playerid, name, 255);

return name;

}

return 1;

}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...