SA-MP Forums Archive
i need help SA-MP - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: i need help SA-MP (/showthread.php?tid=466785)



i need help SA-MP - Stgnature - 29.09.2013

My 3099 Line is

Quote:

TextDrawSetPreviewModel(IntroTD12[playerid], GetPlayerSkin(playerid));

i Got these Errors help me to fix it



D:\Signature.pwn(3099) : error 012: invalid function call, not a valid address
D:\Signature.pwn(3099) : warning 215: expression has no effect
D:\Signature.pwn(3099) : error 001: expected token: ";", but found ")"
D:\Signature.pwn(3099) : error 029: invalid expression, assumed zero
D:\Signature.pwn(3099) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


4 Errors.


Re: i need help SA-MP - zrelly - 29.09.2013

Код:
TextDrawSetPreviewModel(IntroTD12)[playerid], GetPlayerSkin(playerid);
try this