Jump to content
  • 0

pomoc 3DTextLabel nick chyba


Xsoesh

Dotaz

stock Jmeno(playerid)
{
new pName[MAX_PLAYER_NAME];
if(IsPlayerConnected(playerid))
{
GetPlayerName(playerid, pName, sizeof(pName));
}
return pName;
}



(ERROR 223 LINE) vehicle3Dtext = Create3DTextLabel( "Majitel auta : %s",Jmeno(playerid), 0xF4F800FF, 0.0, 0.0, 0.0, 50.0, 0, 1 );

 

Pořád mi to hází tuto chybu :

C:\Users\DreamGame\Desktop\Pawno\FS\Shop.pwn(223) : error 035: argument type mismatch (argument 2)
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase


1 Errors.

 

 

Nevíte co stím ?

Link to comment
Share on other sites

1 odpověd na tuto otázku

Recommended Posts

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...