- 0
unde pot baga codul asta??
-
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
secret2010
[pawn]// This is a comment
// uncomment the line below if you want to write a filterscript
//#define FILTERSCRIPT
#include <a_samp>
#if defined FILTERSCRIPT
public OnFilterScriptInit()
{
print("\n--------------------------------------");
print(" Blank Filterscript by your name here");
print("--------------------------------------\n");
return 1;
}
public OnFilterScriptExit()
{
public OnPlayerCommandText(playerid, cmdtext[]) {
if (strcmp(cmdtext, "/ajutoare", true)==0){
SendClientMessage(playerid, 0x33AA33AA, "Daca ati gasit un bug/hacker face-ti un raport tastand: /raport:");
SendClientMessage(playerid, 0xFFFFFFAA, "tastatii: /comenzi pentru a vedea toate comenzile de pleyer.");
return 1;}
if (strcmp(cmdtext, "/creatori", true)==0){
SendClientMessage(playerid, 0x33AA33AA, "OWN----[CHK]rObErT--------");
return 1;}
if (strcmp(cmdtext, "/comenzi", true)==0){
SendClientMessage(playerid, 0x33AA33AA, "---Lista de Comenzi:---");
SendClientMessage(playerid, 0xFFFFFFAA, "comenzi cont: /login /registrare /status /schimba parola ");
SendClientMessage(playerid, 0xFFFFFFAA, "Comenzii Animatii: /mainilesus /telefon /telefon0 /beat /bomba /arestat /rade ");
SendClientMessage(playerid, 0xFFFFFFAA, "Comenzii Animatii: /priveste /spargator /cu bratele încrucisate /vomitat /acoperire /gandeste /mananca ");
SendClientMessage(playerid, 0xFFFFFFAA, "Comenzii Animatii: /priveste /spargator /cu bratele încrucisate /vomitat /acoperire /gandeste /mananca ");
SendClientMessage(playerid, 0xFFFFFFAA, "/salut /fund /traficant de droguri /Murind de fisurilor /fumeaza fumeazaF /stai /[censured by the system] /chat /taichi /danseaza /bea /animlist2 /animlist ");
SendClientMessage(playerid, 0xFFFFFFAA, "Alte comenzi: /teleportari");
return 1;}
#endif[/pawn]
Unde trebuie bagat? ca ma chinui de dimineata:S
6 answers to this question
Recommended Posts