- 0
Problema compile
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
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.
Question
Smash24
Practic mi-am creeat un filterscript cu comanda /teles pentru ca nu o pot baga in gamemode si imi da aceasta eroare :
[pawn]C:\Documents and Settings\Vortex\Desktop\Untitled.pwn(10) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.[/pawn]
Si filterscriptul :
[pawn]//Mic filterscript pentru teleportari
#include <a_samp>
public OnFilterScriptInit()
{
print("\n--------------------------------------");
print("Teles FilterScript Creat De MaRyUs$");
print("--------------------------------------\n");
return 1;
}
if (strcmp(cmdtext, "/teles", true)==0){
SendClientMessage(playerid, 0x33AA33AA, "---Teleports list---");
SendClientMessage(playerid, 0xFFFFFFAA, "/chilliad /drift1 /drift2 /drift3 /drift4 /cazino /viewe /ls /stadium ");
SendClientMessage(playerid, 0xFFFFFFAA, "/crazyjump /crazyjump2 /oldairport /jizzy /plaja /grove /fb /gym /pacanele");
SendClientMessage(playerid, 0xFFFFFFAA, "/tune1 /tune2 /tune3 /dive /bigjump /fight /aa /ac /grada /pizza /sf");
}[/pawn]
L-am postat si pe el pentru ca nu-mi dau seama la ce linie a aparut eroarea.
3 answers to this question
Recommended Posts