Scripting/Squirrel/Functions/Misc/SendPlayerMessage
From VC-MP Wiki
Sends a fake chat message from another player to somebody
Syntax
bool SendPlayerMessage( player PlayerToFake, player PlayerTo, string Message )
Arguments
- PlayerToFake - The player to fake
- PlayerTo - The player to send the message to
- Message - The message to send to the player
Example
This function needs an example. You can help us complete the wiki by writing one, or maybe even two :o
Notes
TODO
Related Functions
- Message
- MessagePlayer
- MessageAllExcept
- PrivMessage
- PrivMessageAll
- ClientMessage
- ClientMessageToAll
- Announce
- AnnounceAll
- SendPlayerMessage
- KickPlayer
- BanPlayer
- BanIP
- UnbanIP
- GetWeaponName
- GetWeaponID
- GetDistrictName
- GetSkinName
- GetTickCount
- GetTime
- GetFullTime
- IsNum
- BindKey
- UnbindKey
- CallFunc
- InPoly
- DistanceFromPoint
- ReloadScripts
