Search Results
Error 217(614): loose identitation CMD:getjob(playerid) { if(IsPlayerConnected(playerid)) { if(PlayerInfo[playerid][pJob] == 0) { if(IsPlayerInRangeOfPoint(playerid, 7.5, 2786.6155,...
141
Yea, I solved Thanks anyway
162
#define FILTERSCRIPT #include <a_samp> new c_color = 0; (7) CMD:carcolor(playerid, params[]) { if(!IsPlayerInAnyVehicle(playerid))return SendClientMessage(playerid, -1, "{ff0000}You need to b...
162
I have another problem if you can help me When I type /spawncar appear in chat this isnt a command. #define FILTERSCRIPT #if defined FILTERSCRIPT new aVehicleNames[212][] = { {"Landstalker"}, ...
230
public OnPlayerCommandText(playerid, cmdtext[]) { if(strcmp(cmdtext, "/veh", true) == 0) { new String[200]; new tmp[256]; new idx[256]; new Float:x, Float:y, Float...
230
I included sscanf2 in pawno, typed sscanf in server.cfg, inserted sscanf2.inc in pawno/includes, inserted folder "plugins" with sscanf.dll in server folder. When I open server on screen appear: ”The...
62
{ DestroyVehicle(Veh[playerid][VehId]); (772) new Float:a; GetPlayerFacingAngle(playerid, a); GetPlayerPos(playerid, ...
76
Doesnt work with plugins
116
No man, I'll try this, thx man
116
I installed, I put sscanf2.inc in pawno/includes, I put the folder with plugin in server folder and when I enter in my server dosent work login/system and when I click on ”spawn” set my skin CJ an...
116
(35){ (36) INI_Int("Parola",PlayerInfo[playerid][pPass]); (37) INI_Int("Bani",PlayerInfo[playerid][pCash]); (38) return 1; (39)} (35) : error 055: start of function body without function header (36) ...
55
(35){ (36) INI_Int("Parola",PlayerInfo[playerid][pPass]); (37) INI_Int("Bani",PlayerInfo[playerid][pCash]); (38) return 1; (39)} You can help me with this? Here are my latest errors, you are the best ...
88
(76)public OnPlayerConnect(playerid) (77){ (78) if(fexist(UserPath(playerid)) (79) { (80) INI_ParseFile(UserPath(playerid),"LoadUser_%s", .bExtra = true, .extra = playerid); (81) ShowPlayerDia...
88