Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

PawnPlus Task Binding

PawnPlus Task Binding to specific ID (currently support playerid)

Functions

/*
* Description:
* Will bind the task to OnPlayerDisconnect.
*
* Returns:
* Returns INVALID_TASK when the current task is invalid
* otherwise it will return the current task itself.
*/

forward Task:task_bind_player(playerid, Task:currentTask);

Usage

await task_bind_player(playerid, mysql_aquery(myHandle, str_format("SELECT ...")));

About

PawnPlus Task Binding to specific ID (currently support playerid)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages