Raised This Month: $ Target: $400
 0% 

Solved help


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Extazzyyyy
New Member
Join Date: Oct 2021
Old 10-31-2021 , 09:34   help
Reply With Quote #1

C:\Users\Karol\Desktop\PROIECT v0.1\gamemodes\PROIECT.pwn(17 -- 1 : error 029: invalid expression, assumed zero
C:\Users\Karol\Desktop\PROIECT v0.1\gamemodes\PROIECT.pwn(1 : warning 217: loose indentation
C:\Users\Karol\Desktop\PROIECT v0.1\gamemodes\PROIECT.pwn(1 : warning 215: expression has no effect
C:\Users\Karol\Desktop\PROIECT v0.1\gamemodes\PROIECT.pwn(1 : error 001: expected token: ";", but found ")"
C:\Users\Karol\Desktop\PROIECT v0.1\gamemodes\PROIECT.pwn(1 : error 029: invalid expression, assumed zero
C:\Users\Karol\Desktop\PROIECT v0.1\gamemodes\PROIECT.pwn(1 : fatal error 107: too many error messages on one line



CMD:fly(playerid, params[])
{

if(IsPlayerAdmin(playerid) //verifica daca suntem admini RCON
)
StartFly(playerid, //functia din #include <fly> care ne ajuta la zburat
SendClientMessage(playerid, COLOR_WHITE, "AdmInfo>>Ai acuma modul de fly on. pentru al dezactiva foloseste /stopfly");
}
else
{
SendClientMessage{playerid, COLOR_WITHE, "Erroare:Nu esti logat ca si un administator RCON");
}
return 1;
}


CMD:stopfly(playerid, params[])
if(IsPlayerAdmin(playerid))
{

StopFly(playerid);
SendClientMessage(playerid, COLOR_WITHE, "AdmInfo>>Nu mai esti in modul fly, poti sa-l activezi folosind comanda /fly.");
}
else
{
SendClientMessage(playerid, COLOR_WHITE, 'erroare:Nu esti administator.");
}
return 1;
}
Extazzyyyy is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 10-31-2021 , 17:01   Re: help
Reply With Quote #2

This doesn't look like AMX Mod X plugin code, you might want to post on a site that supports what you're writing for.
__________________
fysiks is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:42.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode