09.08.2014, 19:16
pawn Код:
new string3[250];
new PlayerText3D:vtext;
format(string3,sizeof(string3),"%s", PlayerInfo[playerid][Tag]);
vtext = CreatePlayer3DTextLabel(playerid,PlayerText3D:vtext,0xFFFF00FF,string3);
SendClientMessage(playerid,green,"VIP Text Turned on");
SendClientMessage(playerid,yellow,"[VIP]: You can change your Custom Text using /viptext");
pawn Код:
format(string3,sizeof(string3),"%s", PlayerInfo[playerid][Tag]);
pawn Код:
F:\samp03z_svr_R2-2_win32\gamemodes\v5.3.pwn(16212) : error 035: argument type mismatch (argument 2)
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.