Jump to content

[INC] QWER Checkpoint Streamer


Guest QWER

Recommended Posts

Dneska tě to nějak baví, ne ? :d

 

Ještě udělej to co jseem ti psal na skype, KillNPC system :d

 

Ale tohle není tak těžký, to by (snad) možná dokázal i já :think:

 

10/10

Skús urobiť a hoď to sem.. :)

Link to comment
Share on other sites

Btw... ukážka použitia...

 

new CP1,CP2;

public OnGameModeInit(){
CP1 = CreateStreamCp(...);
CP2 = CreateStreamCp(...);
}

public OnPlayerEnterCp(playerid,cpid){
if(cpid == CP1){
funkcie..
GameTextForPlayer(...)
}
else if(cpid == CP2){
funkcie....
....
}
return 1;
}

Link to comment
Share on other sites

  • 6 months later...
  • 10 months later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...