0.3a R5-R7 SERVER!![/quote]
De ha lefutatja 0.3c PAWNOBA akkor menni fog :)
de senki nem mond egy szkriptet :\'(Elõbb linkeltem, vess magadra, ha lusta vagy keresni. Ha már belinkelem, akkor olvasd el..
de én oljant akartam hogy beirom /> vagy /< és indexel
#include <a_samp>
public OnPlayerCommandText(playerid, cmdtext[]) {
if (strcmp(\"/<\", cmdtext, true, 10) == 0) {
SendPlayerMessageToAll(-1, \"Balra Index <<<\");
return 1;
} if (strcmp(\"/>\", cmdtext, true, 10) == 0) {
SendPlayerMessageToAll(-1, \"Jobbra Index >>>\");
return 1; }
return 0; }