FS Help
#1

I have this code:
Код:
#include <a_samp>
#define COLOR_GREEN 0x00FF00AA
new CreatedBlocks[200];
new CreatedBlock = 0;

public OnPlayerCommandText(playerid, cmdtext[]){
if(strcmp(cmdtext, "/roadblock", true)==0)
{
  new Float:X, Float:Y, Float:Z, Float:A;
  GetPlayerPos(playerid, X, Y, Z);
  GetPlayerFacingAngle(playerid, A);
  new block = CreateObject(978, X, Y, Z, 0.0, 0.0, A);
  CreatedBlocks[CreatedBlock] = block;
  CreatedBlock++;
  SendClientMessage(playerid, COLOR_GREEN, "RoadBlock Successfully Deployed");
  return 1;
}
if(strcmp(cmdtext, "/destroyallblocks", true)==0)
{
  for(new i = 0; i <= CreatedBlocks[i]; i++) DestroyObject(CreatedBlocks[i]);
  return 1;
}
return 0;
}
I want to make him To be FS

What do i have to do?
Reply
#2

no one?
Reply
#3

Nothing...
Reply
#4

אחי פשוט תשתמש בזה בתור פילטרסקריפט זה אותו דבר חוץ מזה שצריך להחליף את:
OnGameModeInIt
ב
OnFilterScriptInit

וגם את
OnGameModeExit
ב
OnFilterScriptExit

זה הכל

English:
Just use it as a filterscript it's the same thing all you have to do is replace
OnGameModeInIt
in
OnFilterScriptInit

and also
OnGameModeExit
in
OnFilterScriptExit

that's it
Reply
#5

Quote:
Originally Posted by OmeRinG
אחי פשוט תשתמש בזה בתור פילטרסקריפט זה אותו דבר חוץ מזה שצריך להחליף את:
OnGameModeInIt
ב
OnFilterScriptInit

וגם את
OnGameModeExit
ב
OnFilterScriptExit

זה הכל

English:
Just use it as a filterscript it's the same thing all you have to do is replace
OnGameModeInIt
in
OnFilterScriptInit

and also
OnGameModeExit
in
OnFilterScriptExit

that's it
Read forum rules, even if you both from Israel and speak Hebrew, it doesn't mean you can speak Hebrew here.
Reply
#6

that's the reason why I wrote it in english also
Reply
#7

Quote:

Read forum rules, even if you both from Israel and speak Hebrew, it doesn't mean you can speak Hebrew here.

don't discriminate, just love
Reply
#8

People from Israel after go cry to me for talking to someone to unban them..
Reply
#9

Quote:
Originally Posted by MenaceX^
People from Israel after go cry to me for talking to someone to unban them..
ok lets not get off topic...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)