Search Results
Btw, lets we wait @Karcol angry
4,727
There are impossible to detect the ANDROID user with mem because its always change with script. You can detect the ANDROID user with GPCI because 1 client (not user) = 1 GPCI
4,727
Code: OnPlayerRegister(playerid) { PlayerInfo[playerid][pTutorial] = 0; } OnPlayerLogin(playerid) { PlayerInfo[playerid][pTutorial] = 1; }
1,296
new a = 1; new b = 0; OnMyFunction() { if(a == b) { SendClientMessage(playerid, -1, "A and B is Same"); } else if(a != b) //or you can use else { SendClientMessa...
361
DCC V2 - Discord Command Control Based from Innocent I remodeled all of this with the new function of discord connector 0.3.2 and it worked. How To Use? Still Same With DCC Callback Code: OnDCComma...
1,985
Code: Product Name: M-Control Panel V1.9 Product Version: 1.9.4.0 OS Name: Microsoft Windows 10 Pro OS Version: 6.2.9200.65536 OS Platform: x64 Physical Memory: 247,45MB / 1,...
8,456
Maybe this can solved Code: new kickuser; CMD:kick(playerid, params[]) { if(params != INVALID_PLAYER_ID || params != playerid) { if(sscanf(params, "i", kickuser)){ //Your ...
153
You need webhost to host your mail SMTP.
156
Try use this Quote: new Float, Float:y, Float:z; GetVehiclePos(vehicleid, x, y, z); GetVehicleHealth(vehicleid, health) if(health == 0) { CreateExplosion(x, y, z,...
251
Can we add some vehicle mod?
716
max object 1000. try convert to CreateDynamicObject()
333
plugin not loaded but I write like this. Quote: plugins crashdetect mysql ColAndreas streamer sscanf whirlpool nativechecker regex . Note RED=Not Loaded GREEN=Stop Here
178
I already download it but same effect
178
Error: Function not registered: 'regex_match' [debug] Run time error 19: "File or function is not found" [debug] regex_match [debug] Run time error 19: "File or function is not found" [debug] regex_...
178
forward NearHouse(playerid, targetid, houseid); public NearHouse(playerid, targetid, houseid) { if(GetPlayerState(playerid) == PLAYER_STATE_ONFOOT) { for(new i = 0; i < sizeof(HouseInfo)...
114