Jump to content
  • 0

O mica eroare pawno


lex_prounionrp

Question

Salut , am si eu o problema...

Nu prea ma stiu la scripting , si am venit sa va cer ajutorul.

Am facut un interior in MTA lam convertit , merge totul, dar cand vreau sa ii pun comanda de teleport imi da eroare la compilare.

C:\Documents and Settings\Lex\Desktop\abcd\Ravens_Roleplay_0.3c\Raven's Roleplay 0.3c\pawno\Disco.pwn(318) : error 010: invalid function or declaration
C:\Documents and Settings\Lex\Desktop\abcd\Ravens_Roleplay_0.3c\Raven's Roleplay 0.3c\pawno\Disco.pwn(322) : error 010: invalid function or declaration
Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase


2 Errors.
aceasta este comanda
    if(strcmp("/disco",cmdtext,true) ==0)
{
SetPlayerPos(playerid,792.39404297,-196.33616638,7582.20507812) ///x,y,z cordonatele
SetPlayerInterior(playerid,20) //daca vrei sa te teleporteze int-un interior
    return 1;

Daca ma puteti ajuta , as fi recunoscator ...

Multumesc

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

	    if(strcmp("/disco",cmdtext,true) ==0)
{
	SetPlayerPos(playerid,792.39404297,-196.33616638,7582.20507812);
	SetPlayerInterior(playerid,20);
     
	return 1;
}

ti-am facut-o eu,fara warnings sau errori ;) am invatzat de la stuntman ;) el e cel mai tare ;)

u78ch.jpg

CHECK MY CHANNEL!

http://www.youtube.com/user/amysoica

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.