SA-MP Forums Archive
[HELP]AttachObject-LOGO - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP]AttachObject-LOGO (/showthread.php?tid=237933)



[HELP]AttachObject-LOGO - Reles - 10.03.2011

Hey guys I have this problem I have done in a fashion that when I log in as admin it shows the logo of my character that I have done Like that:
pawn Код:
SetPVarInt (playerid, "Status ", 1);
     SetPVarInt (playerid, "slogo" CreateObject (18749,0,0,0,0,0,0));
     AttachObjectToPlayer (GetPVarInt (playerid, "slogo")), SetPlayerAttachedObject (playerid, 67, 18 749, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1);
And we wrote the following error:

C: \ Users \ Jack \ Desktop \ 110_amazing_card_tricks \ GodWorld.pwn (914): warning 202: number of arguments does not match definition
C: \ Users \ Jack \ Desktop \ 110_amazing_card_tricks \ GodWorld.pwn (914): warning 202: number of arguments does not match definition
C: \ Users \ Jack \ Desktop \ 110_amazing_card_tricks \ GodWorld.pwn (914): warning 202: number of arguments does not match definition
C: \ Users \ Jack \ Desktop \ 110_amazing_card_tricks \ GodWorld.pwn (914): warning 202: number of arguments does not match definition
C: \ Users \ Jack \ Desktop \ 110_amazing_card_tricks \ GodWorld.pwn (914): warning 202: number of arguments does not match definition
C: \ Users \ Jack \ Desktop \ 110_amazing_card_tricks \ GodWorld.pwn (914): warning 202: number of arguments does not match definition
C: \ Users \ Jack \ Desktop \ 110_amazing_card_tricks \ GodWorld.pwn (914): warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006 ITB CompuPhase


Warnings 7.

PLS HELP

Sry for my bad english translate in ****** Translator :/


Re: [HELP]AttachObject-LOGO - Reles - 10.03.2011

PLS HELP HELP HELP !!!


Re: [HELP]AttachObject-LOGO - Tadeo - 10.03.2011

WTF is it?
SetPVarInt (playerid, "slogo" CreateObject (18749,0,0,0,0,0,0));


Re: [HELP]AttachObject-LOGO - Reles - 10.03.2011

Tadeo its Pvar :P


Re: [HELP]AttachObject-LOGO - Mean - 10.03.2011

Wrong PVar, WHY THE HELL are you adding an object in PVar?


Re: [HELP]AttachObject-LOGO - MadeMan - 10.03.2011

pawn Код:
SetPVarInt (playerid, "Status", 1);
SetPlayerAttachedObject (playerid, 0, 18749, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1);



Re: [HELP]AttachObject-LOGO - Reles - 10.03.2011

Made Man I put it there as you wrote, but we still have nothing over me


Re: [HELP]AttachObject-LOGO - Reles - 11.03.2011

PLEASEEE HEEELLLLPPPPP